added get started

This commit is contained in:
Sebastian Gerske 2018-09-03 10:51:02 +02:00
parent 132058ddd3
commit 4fe02767d3
1 changed files with 10 additions and 1 deletions

View File

@ -16,10 +16,19 @@
## Table of Contents
- [License](#license)
- [Get Started](##Get Started)
- [License](##license)
---
## Get Started
To start develppment you need to:
```batch
npm i
npm run start:dev
```
This will start a watcher for changes of the code.
## License