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
- Host: GitHub
- URL: https://github.com/epilande/yars
- Owner: epilande
- Created: 2016-03-12T02:38:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T21:01:54.000Z (over 7 years ago)
- Last Synced: 2025-06-27T03:03:20.270Z (12 months ago)
- Topics: boilerplate, css-modules, postcss, react, redux, webpack
- Language: JavaScript
- Homepage: https://epilande.github.io/yars/
- Size: 1020 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YARS
**Yet Another React Starter**
[](https://travis-ci.org/epilande/yars)
[](https://codecov.io/gh/epilande/yars)
[](https://greenkeeper.io/)
[](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
```