Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 331 Bytes

File metadata and controls

15 lines (11 loc) · 331 Bytes

How to run

in the api directory do:

  • npm install

  • npm run develop this will start up the CMS, use these credentials to login on http://localhost:1337/admin/auth/login

  • username : [email protected]

  • password : Admin123

in the client directory do:

  • npm install
  • npm run dev

then goto localhost:3000