https://github.com/thondery/kenote-react-startkit
This is a React development scaffolding
https://github.com/thondery/kenote-react-startkit
babel react scaffolding starter-kit webpack
Last synced: 3 months ago
JSON representation
This is a React development scaffolding
- Host: GitHub
- URL: https://github.com/thondery/kenote-react-startkit
- Owner: thondery
- License: mit
- Created: 2017-07-24T09:03:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T07:38:44.000Z (almost 9 years ago)
- Last Synced: 2025-06-14T20:14:59.548Z (about 1 year ago)
- Topics: babel, react, scaffolding, starter-kit, webpack
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kenote-react-startkit
This is a React development scaffolding
## Engines
| Software | Version |
|----------|----------|
| Node.js | >= 6.9.0 |
| npm | >= 3.0.0 |
## Installation
```
git clone https://github.com/thondery/kenote-react-startkit.git
cd kenote-react-startkit && yarn install
```
## Usage
1. Clean Dist
```bash
yarn clean
```
2. Compile Dll
```bash
yarn compile:dll
```
3. Development Debug
```bash
yarn dev
```
Browser open [http://localhost:9000](http://localhost:9000)
4. Compile Production
```bash
yarn compile
```
## License
this repo is released under the [MIT License](https://github.com/thondery/kenote-react-startkit/blob/master/LICENSE).