An open API service indexing awesome lists of open source software.

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

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).