4.0.6 • Published 6 years ago
dashboard-app-inbox v4.0.6
Dashboard App Seed
this repository holds the a Micro App seed for the Dashboard.
Installation
$ git clone && npm itrunning on dev use npm start.
you can supply
PORTenvironment variable such that we will listen to another localhost port
Configuration
you will find at ./src/config folder the configuration setup.
- base: will set default for all environments
- staging, development, production: respectively for each environment, will override
basevalues.
you should pass
CLUSTERenvironment variable for each environment other thedevelopment
Firebase
firebase configuration is at firebase.json file. .firebaserc file is to make sure the correct bucket is chosen.
Npm Tasks
all tasks should run with
npm run <task>command
- test - run
jestwith coverage report - build - will run
test,lintandcleantask then will build to./distfolder - start - will start
webpack-dev-serverand open the browser - lint - lint files in
./srcfolder and fix soft errors if possible - clean - remove
./distfolder - serve - this is for running files from
./distfolder on port8080
4.0.6
6 years ago