/scheduling-exercise

An exercise for building a simple scheduler with React/ES6.

Primary LanguageJavaScript

Scheduling Exercise

Setup

  1. Install node.js (this step can be skipped if already installed)

    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash   
    nvm install 8.9.4
    nvm use 8.9.4
  2. git clone https://github.com/pioneerworks/scheduling-exercise.git

  3. cd scheduling-exercise

  4. npm install

  5. npm start

Build

Nice work! Let's head over to your first ticket and start building.