Skip to content

asidiali/react-es7-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-es7-starter

A boilerplate React front-end written in ES7.

Other Included Stuff

  • webpack and webpack-dev-server to build/run
  • json-loader to transform JSON resources (webpack loader)
  • babel to transpile the ES7
  • eslint and eslint-config-airbnb for clean code composition
  • react-router to handle nav structure of app
  • radium to handle CSS media queries, hover states

Setup

  1. Clone the repo: git clone https://github.com/asidiali/react-es7-starter.git
  2. Navigate to the repo folder and install dependencies: npm i
  3. Install Webpack globally if you don't have it (optional): npm i -g webpack

Usage

  1. Start the dev server: npm run dev
  2. Navigate to http://localhost:8080/ to view the app

Contributors

  • Adam Sidiali [Gh] [Tw]
  • Romina Barrett [Gh] [Tw]

License

MIT [LICENSE]

About

A boilerplate React front-end written in ES7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published