This is for web developers who wants to create full-stack React, Redux application
In this Starter Kit integrated:
- React
- Redux
- Babel
- Webpack - for both dom and server
- Jest
- Enzyme
- ESLint
- SASS
- React-Bootstrap
- ExpressJS
- PM2
- Yarn
And of course this Starter Kit itself is open source on GitHub.
Install the dependencies and devDependencies and start the server.
$ cd react-fullstack-starter-kit
$ yarn install
$ yarn dev
You can check on browser by going to http://localhost:8080
For production environments...
$ yarn install --production
$ yarn prod
Want to contribute? Great!
This Starter Kit Webpack for fast developing. Make a change in your file and instantanously see your updates!
Open your favorite Terminal and run these commands.
First Tab:
$ yarn dev
(optional) Second:
$ yarn test
For production release:
$ yarn build
- No idea yet :)
MIT
Free Software, Hell Yeah!