z11h / react-starter

:boom: a quick and simple React app starter with Webpack and Babel!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


react starter

a simple react app kickstarter with webpack and babel!


Features

  • Webpack integration
  • Babel integration (ES6/JSX support)
  • Setup React Environment

Todo/Future feature list

  • Linting tool (ESLint? JSLint? JSHint?)
  • Flow support
  • Hot reloading?
  • Documentation
  • Add ES7+ support
  • Want to see a new feature? Open an issue!

Requirements:


Get Started

  1. Make a shallow clone of the repo into your app dir like so:
$ git clone --depth 1 https://github.com/zakrid/react-starter.git MyCoolApp
  1. run yarn start (or npm run start if you're old school).

  2. Open up App.js (the base React component).

  3. Make some changes!

  4. Profit! 😄

About

:boom: a quick and simple React app starter with Webpack and Babel!


Languages

Language:JavaScript 76.7%Language:HTML 23.3%