React Redux Express Boilerplate to get up and running fast.
Based off of React Bolt
React
Redux
Express
Webpack 4
Babel 7
Eslint
Prettier
StyleLint
SASS/SCSS
React-Router
Clone the repo to your machine
npm install
npm run test
Starting the webpack dev server and express server
Client runs on localhost:8080
Server runs on localhost:3000
npm run start:dev
To build the front end and serve
npm run start:prod
- Mark Khuzam
This project is licensed under the MIT License
- React Bolt