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 9a7c492a33 Initial project version 1 year ago
.env Initial project version 1 year ago
README.md first commit 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