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

https://github.com/epilande/yars

:rocket: Yet Another React Starter
https://github.com/epilande/yars

boilerplate css-modules postcss react redux webpack

Last synced: 11 months ago
JSON representation

:rocket: Yet Another React Starter

Awesome Lists containing this project

README

          

# YARS
**Yet Another React Starter**

[![Build Status](https://travis-ci.org/epilande/yars.svg?branch=master)](https://travis-ci.org/epilande/yars)
[![codecov](https://codecov.io/gh/epilande/yars/branch/master/graph/badge.svg)](https://codecov.io/gh/epilande/yars)
[![Greenkeeper badge](https://badges.greenkeeper.io/epilande/yars.svg)](https://greenkeeper.io/)
[![dependencies Status](https://david-dm.org/epilande/yars/status.svg)](https://david-dm.org/epilande/yars)

If you want Server-side rendering, check out my other boilerplate **[YARIS](https://github.com/epilande/yaris)**.

## Features
- [X] Webpack
- [X] React
- [X] React HMR
- [X] Redux
- [X] Redux DevTools
- [X] React Router
- [X] PostCSS
- [X] CSS Modules
- [X] Babel
- [X] ESLint
- [X] Stylelint
- [X] NPM Scripts

## Quick Start

#### Clone this repo

```bash
$ git clone https://github.com/epilande/yars.git
$ cd yars
```

#### Install dependencies

```bash
$ npm install
```

#### Launch dev environment

```bash
$ npm run dev
```

#### Launch prod environment

```bash
$ npm run prod
```