Simple website with NodeJS backend and ReactJS frontend.
Easy to start boilerplate which will allow you quickly set up back end APIs and front end ReactJS single page application. The project comes with React Router and Axios packages.
Scss is also supported.
All future configuration is in the config.js files (one for back end and one for front end).
The default node express server port is 8080 and can be changed in ./server/config/config.js.
git clone https://github.com/qbakozak/reactjs-backend-boilerplate.git
npm install
Open two terminal windows - in the frist one run:
npm run bundle
You can also run production build once:
npm run deploy
In the second terminal window run:
npm start