This ClassStudents project was created with React Boilerplate.
You may view it at http://classstudents.vincelaw.com.au/.
- Make sure that you have Node v8 or above installed.
- Clone this repo using
git clone --depth=1 https://github.com/vincelawdev/ClassStudents.git
- Move to the appropriate directory:
cd ClassStudents
. - Run
npm install
oryarn install
in order to install dependencies. - Run
npm start
oryarn start
to see the example app athttp://localhost:3000
.