You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
drc-planning-department-app
This is an application that supports business processing of the DRC planning department.
Install dependencies
By default, dependencies were installed when this application was generated.
Whenever dependencies in package.json are changed, run the following command:
npm install
To clean install, run the following command:
npm run install:clean
Run the application
npm start
Run Argon template UI
npm run template
Build the project
To incrementally build the project:
npm run build
Generate API client
To Generate API client from serveside:
npm run generate-api
Fix code style and formatting issues
npm run lint
To automatically fix such issues:
npm run lint:fix
Other useful commands
npm run compile:scss: Compile scss to cssnpm run minify:scss: Compile scss to css and compress itnpm run build:scss: Compile, minify and build scss
Tests
npm test