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