Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 531 Bytes

File metadata and controls

23 lines (15 loc) · 531 Bytes

AngularJS calendar

Getting Started

Dependencies

What you need to run this app:

  • node and npm (Use NVM)
  • Ensure you're running Node (v4.1.x+) and NPM (2.14.x+)

Installing

  • clone this repo
  • npm install to install all dependencies

Running the app

After you have installed all dependencies you can now run the app with:

npm start

It will start a local server using webpack-dev-server. The port will be displayed to you as http://localhost:8080.