Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 33bdb76

Browse files
author
rsavian
committed
Merge branch 'master' into feature/typescript-code-splitting
2 parents 9032340 + fba4045 commit 33bdb76

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# `hapi-react-hot-loader-example`
2-
Example application demonstrating react-hot-loader-3 with webpack-2, react and friends, and hapi.
1+
# `typescript-hapi-react-hot-loader-example`
2+
TypeScript example universal/isomorphic application demonstrating react-hot-loader-3 with webpack-3, react and friends, and hapi.
3+
4+
> [Check out the JavaScript version here](https://github.com/codeBelt/hapi-react-hot-loader-example)
5+
6+
> Found it usefull? [give it a :star:](https://github.com/codeBelt/typescript-hapi-react-hot-loader-example/stargazers)
37
48
## get started
59
1. $ `yarn`
@@ -22,3 +26,9 @@ Example application demonstrating react-hot-loader-3 with webpack-2, react and f
2226
## staging tasks
2327
- $ `yarn staging` (staging build w/ server)
2428
- $ `yarn staging:build` (staging build)
29+
30+
---
31+
32+
##### Other features/examples I am working:
33+
* Jest / Enzyme
34+
* Code Splitting

0 commit comments

Comments
 (0)