Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 487 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 487 Bytes

resources

Empty project.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To run the server:

npm run server

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Run server and (production or development build) then open localhost:3000 in your browser

Credits

Sean, Jen, Eric, Ethan