https://github.com/okbel/neutrino-example
An example using Neutrino✨
https://github.com/okbel/neutrino-example
example hot-reload neutrino react website
Last synced: about 2 months ago
JSON representation
An example using Neutrino✨
- Host: GitHub
- URL: https://github.com/okbel/neutrino-example
- Owner: okbel
- Created: 2017-02-24T12:19:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T12:29:03.000Z (over 9 years ago)
- Last Synced: 2025-10-09T00:43:34.968Z (8 months ago)
- Topics: example, hot-reload, neutrino, react, website
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.