Skip to content

Commit 83a5b1f

Browse files
committed
updated readme
1 parent 36ad2bd commit 83a5b1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# React / TypeScript / JSPM starter-kit
2-
Modern, clean & future-proof JavaScript Project boilerplate to build modular web apps utilizing power of ES2016, async/await, ES Modules with React & TypeScript powered by JSPM/SystemJS.
2+
> Modern, clean & future-proof JavaScript Project boilerplate to build modular web apps utilizing power of ES2016, async/await, ES Modules with React & TypeScript powered by JSPM/SystemJS.
33
44
## Features
55
- clean with bare minimum dep to make React & TypeScript & dev server with hot-reload running - the rest is up to you
@@ -24,10 +24,10 @@ Modern, clean & future-proof JavaScript Project boilerplate to build modular web
2424
Important point to keep in mind when running dev server with JSPM is to create a static bundle of external dependencies. As they only change when updated through NPM, it is best to bundle them all together and load as one package instead of separately making hundreds of requests slowing down page reload.
2525
That way your only your modules from src are still loaded separately making possible to hot-reload them instantly without rebundling, and do full-page reload if necessary very quickly. This is the best of two development approaches (hot-reload vs. bundling) mixed together.
2626

27-
Test:
28-
1. run `npm run unbundle` -> open network tab, reload page and check output
29-
2. run `npm run bundle-dev` -> open network tab, reload page and check output
30-
3. compare results
27+
My test procedure:
28+
29+
1. run `npm run unbundle` -> open network tab in chrome dev tools -> reload the page -> check logged results
30+
2. run `npm run bundle-dev` -> open network tab in chrome dev tools -> reload page -> compare logged results with previous
3131

3232
---
3333

@@ -51,7 +51,7 @@ Test:
5151
1. `npm run bundle-dev` - _**OPTIONAL:** run only when your dependencies has changed_
5252
2. `npm start`
5353

54-
#### Build for Production Workflow
54+
#### Build for Production Workflow (WIP -> in next release)
5555
1. `npm run build`
5656
2. `npm run build-deps` - _**OPTIONAL:** run only when your dependencies has changed_
5757
3. open `http://localhost/dist/` to check

0 commit comments

Comments
 (0)