Trip Planner
Requirements
Setup
- Resolve all dependencies with
npm install
- Install components with
bower install
Running the project
You can run the project locally with grunt server
, or you can fully build the project to the dist
directory with grunt build
.