/yars

Yet Another React Starter

Primary LanguageJavaScript

YARS

Yet Another React Starter

Features

  • Webpack
  • React
  • React HMR
  • Redux
  • Redux DevTools
  • PostCSS
  • CSS Modules
  • Babel
  • ESLint
  • NPM Scripts

Quick Start

Clone this repo

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

Install dependencies

$ npm install

Launch dev environment

$ npm run dev

Launch prod environment

$ npm run prod