You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
492 B
34 lines
492 B
5 months ago
|
# Sentinel Dashboard Frontend
|
||
|
|
||
|
## Env Requirement
|
||
|
|
||
|
- Node.js > 6.x
|
||
|
- Node.js < 12.x
|
||
|
|
||
|
## Code Guide
|
||
|
|
||
|
- [Code Style Guide for HTML/CSS](https://codeguide.bootcss.com/)
|
||
|
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript/tree/es5-deprecated/es5)
|
||
|
|
||
|
## Install Packages
|
||
|
|
||
|
```shell
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
## Start Development
|
||
|
|
||
|
```shell
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
## Build for production
|
||
|
|
||
|
```shell
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
## Credit
|
||
|
|
||
|
- [sb-admin-angular](https://github.com/start-angular/sb-admin-angular)
|