Commands

Here are all the commands defined in the Devias Kit Pro template:

Run the development server

npm run dev

Build a production bundle

npm build

Start a production server

Run the command after building the application with the build command:

npm start

Format all the files

npm run format:write

Type checking

npm run typecheck

Linting

npm run lint