react-gradebook
v1.1.0
Published
A simple react gradebook
Downloads
4
Readme
react-gradebook
react-gradebook is a react app that allows developers to create a UI layer for creating, removing, and updating courses, students, and gradebooks.
Getting Started
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/aorinevo/react-gradebook.git
> cd react-gradebook
> npm install
> npm run dev
> npm run server