Skip to content

Hunter-College-CSCI-39548-Fall-2018/team3

Repository files navigation

Biscuit README

The main repo for the Biscuit project.

Install all dependencies:

npm install

Commands

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

Paths

/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published