Skip to content

MERN app to test out jwt,cookies,custom hooks,docker,ci/cd

Notifications You must be signed in to change notification settings

luckylukezzz/ecom-platform-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. install typescript globally npm install tsc -g
  2. create .env as .env.example and configure
  3. npm i on both client and server
  4. npm start for client
  5. npm run devx for server