An open API service indexing awesome lists of open source software.

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✨

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.