1.1.0 • Published 7 years ago

react-gradebook v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

react-gradebook react-gradebook

Build Status

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