This is a non opinionated minimalist react starter kit.
These are the instructions to work with the project
- Make sure you have Node at least v6.2.0
- Make sure you have NPM at least 3.8.9
- Make sure you have nodemon at least 1.9.1 installed globally or install it
Installing the node modules
sudo npm install
To run the project in development make the command
sudo npm run dev:start
The application is served on the port 2727 and the webpack development server on the port 2728. You can modify these ports in the file config/env.js.
To build your production make the command
sudo npm run prod:build
And be sure to use a process manager utility (e.g. PM2) in accordance with your web server to make the production work perfectly.
This starter kit is built to develop in ES6 client-side and server-side
This starter kit is made to use both stylus and sass.
This starter kit use many technologies installed as node modules. Feel free to consult the package.json file to see all of them.
1.0.1
This project is licensed under the MIT License
- Aurélien Dupays-Dexemple - Full Stack Javascript Developer