- node
- npm
- yarn
- mySQL
Run the following command to install dependency
yarnCreate the environment variable file and name it to .env from the example.env as a template
Run the following command to start development
yarn devTo run on production mode use the following command
yarn start
# or
npm start