- Download and install Node.js & npm (can be done via command line or package installer)
- Install dependencies
$ npm i
- Start the project
$ npm start
- Local environment
$ npm run build:dev
- Production environment
$ npm run build:pro
$ npm i
$ npm start
$ npm run build:dev
$ npm run build:pro