We are gonna install an npm
package globally for updating our package.json
file with the latest version of used package in the starter kit. Install a package called npm-check-updates
npm install -g npm-check-updates
Then run the inspector that will inspect the package versions.
ncu -u
Now you will see the package.json file has been updated with the latest package versions.
Before running the application, you have to make an .env
file using the given .env.example
file.
yarn
# Run development
yarn start
# watch mode
yarn start:dev
# production mode
npm run start:prod
yarn seed:run
Now you can login to the starter kit with [email protected] and 123456 as password.