Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 350 Bytes

File metadata and controls

25 lines (20 loc) · 350 Bytes

burger-builder-react-nodejs

Install

   1-  npm install 
   2-  cd client 
   3-  npm install
   4-  cd ..

Create .env file and put this code inside

   JWT_SECRET=jwt-JWT_SECRET--EXAMPLE
   JWT_EXPIRES_IN=90d
   JWT_COOKIE_EXPIRES_IN=90
   NODE_ENV = production
   NODE_ENV = development

Starting

 npm run dev