README.md 459 Bytes
Newer Older
fangxinjiang's avatar
fangxinjiang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
# Sentinel Dashboard Frontend

## Env Requirement

- Node.js > 6.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

```
npm install
```

## Start Development

```
npm start
```

## Build for production

```
npm run build
```

## Credit

- [sb-admin-angular](https://github.com/start-angular/sb-admin-angular)