JohnTheBastard / code-501-react-boilerplate

Boilerplate for Code 501: App Development with React + Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

Code 501: App Development with React + Redux

Boilerplate for Code 501: App Development with React + Redux

To get up and running:

  1. Clone this repository
  2. Edit package.json appropriately, with your name, project, etc.
  3. Run npm install to install the devDependencies
  4. You can start the development server by running npm start; it will be accessible at http://localhost:8080

Much credit to SurviveJS for the base Webpack configuration.

About

Boilerplate for Code 501: App Development with React + Redux

License:MIT License


Languages

Language:JavaScript 96.3%Language:CSS 3.7%