-
Install all dependencies
npm install -
To run in dev mode
npm run start-dev-server. Access app via localhost:8080Note :
-
In Dev mode, the bundles are virtual loaded into memory. (Physical files are not generated in the disk)
-
Live reload is enabled using Webpack's hot reload module.
-
Enabling source-map for debug
-
-
To run unit tests
npm test. Code coverage and test cases report will be available in /test-reports. -
For production build
npm run build. Prod build will be available in /dist.Note : Minified bundles are created on disk with all optimizations
-
Notifications
You must be signed in to change notification settings - Fork 0
nkratk/JsDev
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published