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

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

Starter repo for react+webpack+babel+eslint+geiger
https://github.com/netgusto/react-starter

Last synced: 6 months ago
JSON representation

Starter repo for react+webpack+babel+eslint+geiger

Awesome Lists containing this project

README

          

# React Starter

Starter repo for react+webpack+babel+eslint+geiger.

## Install & run

```
git clone https://github.com/netgusto/react-starter my-project-name
cd my-project-name
npm install
grunt serve
```

Then navigate to [http://localhost:8000]()

## Build

```
grunt build
```

## License

The MIT License (MIT). See the **LICENSE** file.