# Building & Running

To create a production version of the app and run it:

npm install
npm run build
npm start

By default, the application runs on port 3000. This can be changedin server/index.js on line 7.

const port = 3000;