/ClassStudents

A class and student registration app created with React, Redux, Reselect and Immutable.js.

Primary LanguageJavaScriptMIT LicenseMIT

react boilerplate banner


This ClassStudents project was created with React Boilerplate.

You may view it at http://classstudents.vincelaw.com.au/.

Quick start

  1. Make sure that you have Node v8 or above installed.
  2. Clone this repo using git clone --depth=1 https://github.com/vincelawdev/ClassStudents.git
  3. Move to the appropriate directory: cd ClassStudents.
  4. Run npm install or yarn install in order to install dependencies.
  5. Run npm start or yarn start to see the example app at http://localhost:3000.