A template to start a project in react and redux. This template is in beta version, is not suitable for production - for that you may want to use create-react-app.
This project include external libraries.
- React
- Axios
- Redux
- React GA
- Scss
This is a project template.
$ git clone https://github.com/MatheuSoto/react-start.git
$ cd react-start
$ npm install
$ npm run dev
-
npm run dev
: Webpack server with proper config for source maps & hot-reload. -
npm run prod
: build with HTML/CSS/JS minification.
For detailed explanation on how things work, consult the documentation.