项目作者: johnmaster208

项目描述 :
Booking/reservation demo application using React, Flux and local storage.
高级语言: JavaScript
项目地址: git://github.com/johnmaster208/dayplanner.git
创建时间: 2016-12-15T21:03:00Z
项目社区:https://github.com/johnmaster208/dayplanner

开源协议:

下载


REACTive Day Planner

ReactJS + Flux demonstration calendar/booking application.

Highlights

  • Working Components, Actions, Dispatchers and Stores
  • Mock API for working with Appointments
  • Browserify for bundling
  • Reactify for JSX transforming
  • Ships with local Gulp tasks for Linting, building and local Web serving

Installing locally

  • Clone the repository on your local environment
    1. git clone https://github.com/johnmaster208/dayplanner.git
  • cd into the dayplanner directory
  • Install npm dependencies
    1. npm install
  • After npm modules are downloaded run gulp default task
    1. gulp
    Your default browser should open the application at the following address:
    1. http://localhost:5000/#/dashboard
    If your hostname or port conflict with these, feel free to modify the config variables in the gulpfile.js

Demo

Demonstration available on Heroku