Example of React and Node implementation. It might me used as boilerplate.
- Run
npm install
- Install global packages that might be missing.
- Run
npm run start
. It will start nodejs server. - Run
npm run build
. It will build client side files using webpack and will watch for the changes. - Open http://localhost:1234