Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 420 Bytes

CU MAP

Getting start: Prerequisite

  • node
  • npm
  • yarn
  • mySQL

Getting start: Installation

Run the following command to install dependency

yarn

Create the environment variable file and name it to .env from the example.env as a template

Run the following command to start development

yarn dev

To run on production mode use the following command

yarn start
# or 
npm start