Run npm install
or npm i
to install dependencies
Sample of .env file is in the root direcory
Run npm run migrate
to migrate the DB.
Run npm run dev
to start application in development (windows OS).
Run npm run dev:mac
to start application in development (Mac OS).
The Mac OS command is to enable Debug log as expected.
Run npm run build
to build app for production.
Run npm start
to start the application.