- Use
npm
oryarn
- whichever is more comfortable for you. - To start in production mode, first you need to build the project!
Install dependencies:
$ yarn install
$ npm install
Run in dev mode:
$ yarn dev
$ npm run dev
Build for production mode:
$ yarn build
$ npm run build
Start in production mode:
$ yarn start
$ npm run start