Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 376 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 376 Bytes

RED SQUARE

Install Frontend dependencies

$ cd Frontend
$ npm install
$ npm run start

Setup ENV

#  --- .env  ---

NODE_ENV = development
PORT = 5000
JWT_SECRET =
MONGO_URI =

Install Backend dependencies


$ cd Backend
$ npm install
$ npm run start