This is a project I built as a challenge for FreeCodeCamp's curriculum.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
This is a project I built as a challenge for FreeCodeCamp's curriculum.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod