Monolith UI
Monolith UI
Setup
1.
npm install
2.
npm start
3. Your browser will be opened to
http://localhost:3002/
Lint Files
1. Run
npm run eslint
2. Uses ESLint rules from
eslint-config-coreui with additional rules defined in
config/eslint.js
Testing
1.
npm test
2. Testing is based on Mocha and tests are colocated in
__tests__ folders