dex-core
v0.1.5
Published
* Download latest Node version. Current Version: 10.15.0 (includes npm 6.4.1) * npm version 6.4.1
Downloads
11
Readme
Glass
Initial Setup
Requirements
- Download latest Node version. Current Version: 10.15.0 (includes npm 6.4.1)
- npm version 6.4.1
Workspace setup
Sync //OpsInsight/Eagle/ui/glass/core to your perforce workspace and then run:
cd path/to/OpsInsight/Eagle/ui/glass/core/
npm iIDE Setup
We recommend using Visual Studio Code, but WebStorm may work as well.
Useful VSCode Plugins
- Auto Close Tag - Visual Studio Marketplace
- Bracket Pair Colorizer - Visual Studio Marketplace
- EditorConfig for VS Code - Visual Studio Marketplace
- ESLint - Visual Studio Marketplace
- Flow Language Support - Visual Studio Marketplace
- Path Autocomplete - Visual Studio Marketplace
- Perforce for VS Code - Visual Studio Marketplace
- PostCSS syntax - Visual Studio Marketplace
- Prettier - Code formatter - Visual Studio Marketplace
Running Unit Tests
Coverage reports will be generated under //OpsInsight/Eagle/ui/glass/core/coverage/ after running the following command:
cd path/to/OpsInsight/Eagle/ui/glass/core
npm testRunning Local Setup with Dev Server
After you have run npm i command just execute npm start to start up a dev server.
cd path/to/OpsInsight/Eagle/ui/glass/core
npm start