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

https://github.com/angelfire/react-starter

📃Simple React Starter
https://github.com/angelfire/react-starter

babel react webpack

Last synced: 2 months ago
JSON representation

📃Simple React Starter

Awesome Lists containing this project

README

          

# React Starter

I just don't want to use Create React App, it's a great tool but sometimes I want to do extra configurations.

## How to use

### development
```bash
npm i
npm start
```

### production
```bash
npm i
npm run build
```