Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 361 Bytes

Instructions

After cloning into repo, cd to project root directory and create a .env file. This file requires a PORT (for server)

PORT=3000

Then run npm install from the root directory:

$ npm install

To run server, execute this command

$ npm run start

To build for production, run build:

$ npm run build

Happy coding !