Commands
Here are all the commands defined in the Lotru's template:
Run the development server
npm run devBuild a production bundle
npm buildStart a production server
Run the command after building the application with the build command:
npm startFormat all the files
npm run format:writeType checking
npm run typecheckLinting
npm run lint