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
- Host: GitHub
- URL: https://github.com/afrianjunior/react-starter-kit
- Owner: afrianjunior
- Created: 2018-09-06T03:39:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T05:25:25.000Z (almost 8 years ago)
- Last Synced: 2025-11-12T02:03:40.782Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```