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.
 
 
 
 
ThuanNguyen 6d4416ab9a First version 2 years ago
public First version 2 years ago
src First version 2 years ago
.env Initial project version 2 years ago
.env.development First version 2 years ago
.env.production First version 2 years ago
.env.test First version 2 years ago
.eslintignore First version 2 years ago
.eslintrc.js First version 2 years ago
.gitignore First version 2 years ago
.node-version First version 2 years ago
.npmrc First version 2 years ago
.prettierrc First version 2 years ago
README.md first commit 2 years ago
drc-openapi.json First version 2 years ago
orval.config.ts First version 2 years ago
package-lock.json First version 2 years ago
package.json First version 2 years ago
tsconfig.json First version 2 years ago

README.md

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 css
  • npm run minify:scss: Compile scss to css and compress it
  • npm run build:scss: Compile, minify and build scss

Tests

npm test