# 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)