Skip to content

okbel/neutrino-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutrino Example

An example using Neutrino ✨

This example uses

  • React
  • Hot Module Loader

About Neutrino

Neutrino allows you to create and build modern JavaScript applications with zero initial configuration https://neutrino.js.org/

Installing

Install all the dependencies using yarn (or npm)

yarn install

Development

yarn start

This command will start the development enviroment. Hot Module Loader is enabled!

Build

yarn build

This command will create a build folder.

Releases

No releases published

Packages

No packages published