This is a React development scaffolding
| Software | Version |
|---|---|
| Node.js | >= 6.9.0 |
| npm | >= 3.0.0 |
git clone https://github.com/thondery/kenote-react-startkit.git
cd kenote-react-startkit && yarn install
- Clean Dist
yarn clean- Compile Dll
yarn compile:dll- Development Debug
yarn devBrowser open http://localhost:9000
- Compile Production
yarn compilethis repo is released under the MIT License.