Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 592 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 592 Bytes

NOT MAINTAINED

react-starter

React starter includes Webpack, React and some other tools and features.

Install

$ git clone https://github.com/felipemrodrigues/react-starter
$ npm install

This assumes you are using npm as your package manager.

Commands

build

$ npm run build

dev

$ npm run dev

Runs application in the browser (http://localhost:8080).

test

$ npm run test

lint

$ npm run lint

Eslint also runs through webpack.

Features

  • ES2015 & ES2016 support
  • Eslint
  • Jest
  • EditorConfig
  • Redux
  • SCSS