Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.05 KB

Calendar Data Management Tool

An app developed to help a client manage his calendar business, benefiting the employees of the New York City School System.

Also, a nice proof of concept of the abuse of create-react-app as a development environment for a Backbone app.

Event add/edit:

screen shot 2017-08-25 at 6 24 20 pm

Filter events

screen shot 2017-08-25 at 6 32 20 pm

Annual proofreading output:

screen shot 2017-08-25 at 6 34 20 pm

run development server

yarn start

run local node server (running latest compiled build)

yarn watch

run tests

yarn test

create new build

yarn build

deploy

git push heroku master