The main repo for the Biscuit project.
Install all dependencies:
npm install
To run both the Webpack and Express server:
npm start
Run only the Express server:
npm run client-express
Run only the Webpack dev server:
npm run client-react
Bundle React and its dependencies for production:
npm run prestart:prod
/config - Lists the webpack files that contain the settings for local dev and production.
/dist - Where the packaged files are located after Webpack compiles them.
/server - Logic for the Express server and Socket.IO
/src - All the React files are here.