![]() |
hace 6 años | |
---|---|---|
.. | ||
images | hace 7 años | |
src | hace 6 años | |
test | hace 7 años | |
vendor | hace 7 años | |
.gitignore | hace 7 años | |
README.md | hace 8 años | |
package-lock.json | hace 7 años | |
package.json | hace 6 años | |
pom.xml | hace 6 años | |
tsconfig.json | hace 7 años | |
tslint.json | hace 8 años | |
webpack.config.js | hace 7 años |
Run the following commands
npm install
npm run build
Run the following commands
npm install
npm start
npm test
(optional)npm run build
Starts a production buildnpm start
Starts the development environment, which watches your
system for any file changes and rebuilds automatically. It also serves
the dist/ folder from http://localhost:4000/npm run clean
Cleans dist/ directorynpm test
Starts test environment, which will watch your system for
any file changes, rebuild your code, and run unit testsnpm run test-single-run
Builds the code and runs all unit tests a
one time