chore(README): update instructions
This commit is contained in:
parent
85b5543f62
commit
92375c0281
|
@ -5,9 +5,9 @@
|
||||||
### Prerequisites:
|
### Prerequisites:
|
||||||
|
|
||||||
1. `npm install`
|
1. `npm install`
|
||||||
2. `pub get`
|
2. `npm install -g gulp karma`
|
||||||
3. `install -g gulp`
|
3. `gulp build`
|
||||||
4. `install -g karma`
|
4. `pub get`
|
||||||
|
|
||||||
### Folder structure
|
### Folder structure
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
1. `gulp build` -> result is in `build` folder
|
1. `gulp build` -> result is in `build` folder
|
||||||
|
|
||||||
* will also to `pubg get` for the subfolders in `modules`
|
* will also run `pub get` for the subfolders in `modules`
|
||||||
and run `dartanalyzer` for every file that matches
|
and run `dartanalyzer` for every file that matches
|
||||||
`<module>/src/<module>.dart`, e.g. `di/src/di.dart`
|
`<module>/src/<module>.dart`, e.g. `di/src/di.dart`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue