1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
This commit is contained in:
Job Snijders
2019-08-13 16:21:38 +02:00
parent 5c680f9493
commit 3d1fbbeab7

View File

@@ -60,19 +60,19 @@ To start develop:
1. git clone this repo
2. execute `yarn` to install all dependencies
2. execute `yarn` to install all dependencies (<a href="https://yarnpkg.com/lang/en/docs/install">Installing Yarn</a>)
3. run `npm watch-and-serve` to run the application. At every file change it will self-reload.
3. run `npm run-script watch-and-serve` to run the application. At every file change it will self-reload.
### npm commands
* `npm watch-and serve` to run the application from source code and monitor for file changes
* `npm run-script watch-and-serve` to run the application from source code and monitor for file changes
* `npm serve` to run the application from the source
* `npm run-script serve` to run the application from the source
* `npm test` to run the tests
* `npm run-script test` to run the tests
* `npm build` to compile and buil native applications
* `npm run-script build` to compile and buil native applications
### Composition