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

https://github.com/afrianjunior/react-starter-kit

React starter kit
https://github.com/afrianjunior/react-starter-kit

Last synced: about 1 month ago
JSON representation

React starter kit

Awesome Lists containing this project

README

          

### Demo

https://react-starter-kit-iadshsomlp.now.sh/

### Install

```bash
$ npm i
```

### Run

```bash
$ npm run dev
```

### build

```bash
$ npm run build
```

### Run Production

```bash
$ npm start
```