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

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

A lightweight foundation for your next react based frontend project.
https://github.com/thecreation/react-starter

Last synced: about 1 year ago
JSON representation

A lightweight foundation for your next react based frontend project.

Awesome Lists containing this project

README

          

# React Starter

A lightweight foundation for your next react based frontend project.

### Installation

```
npm install
```

### Start Dev Server

```
npm start
```

### Build Prod Version

```
npm run build
```

### Features:

* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
* Format Files via [Prettier](https://prettier.io)