Skip to content

felipemrodrigues/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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