- node
- npm
- yarn
- mySQL
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