NOTE: Define PORT in config/.env before attempting to run the project.
node:v18.19.0
or greaternpm:10.2.3
or greater
- Run
npm run init
in the terminal if vscode can't pick up linter settings. - Run
npm start
for dev server ornpm run build:dev
for development build. - Run
npm run lint:ts
,npm run lint:styles
to lint ts or scss/css files respectively. - Run
npm run build:prod
for production build. - Run
npm run clean
to delete the built files. - Run
npm run stop
to delete config files for vscode.