|
7 | 7 |
|
8 | 8 | * [sba2-wip repo](https://gitlab.com/borysn/sba2-wip)
|
9 | 9 |
|
10 |
| -- first class npm support |
11 |
| - * separate server run for front-end `localhost:3000` |
12 |
| - - managed through gradle, possibly bootRun or a new runAll |
13 |
| - * browser loading node modules |
14 |
| - - moving towards jspm or webpack |
15 |
| - - no more gulp copy libs |
16 |
| -- possibly getting rid of gulp entirely |
17 |
| - * {sass/tsc transpile, html copy, load libs} all through npm |
18 |
| -- **notes** |
19 |
| - * restful applications focus on back-end app servers, and front-end clients. this starter-kit should respect restful methodology. |
20 |
| - - ideally, the back-end and front-end client(s) are deployed separately |
21 |
| - * for the sake of rapid prototyping, there's an opportunity to simplify the build process/dependency mgmt |
22 |
| - * despite separating back-end and front-end on different servers, it will still be possible to packages and ship these together |
23 |
| - * need a project structure wiki page, and will need to update wiki |
| 10 | +Changes coming later today! Large commit (no regrets). |
| 11 | + |
| 12 | +Migration to webpack is complete. |
| 13 | + |
| 14 | +Karma testing with jasmine. |
| 15 | + |
| 16 | +Firstclass npm support, and more! |
| 17 | + |
| 18 | +__todo:__ |
| 19 | +- [ ] create new branch for old code (just'n'case anyone wants it) |
| 20 | +- [ ] publish first release with old code |
| 21 | +- [ ] push new changes! |
| 22 | +- [ ] create changelog |
| 23 | +- [ ] update readme |
| 24 | +- [ ] wiki updates |
| 25 | + - [ ] add project structure page |
| 26 | + - [ ] update dependencies page |
| 27 | + - [ ] backend run vs frontend run |
| 28 | + - [ ] backend dev vs frontend dev |
| 29 | + - [ ] update config page |
24 | 30 |
|
25 | 31 | # spring-boot-angular2 starter kit
|
26 | 32 |
|
|
0 commit comments