StefanieMikloska / theAgenda

0 stars 0 forks source link

theAgenda

Intelligent task-management at your fingertips. Work in Progress.

Getting Started

TODO: Server setup with Spring

Client setup

Make sure NodeJS is installed. On the OSX terminal, you can install it via Homebrew

brew install node

Make sure Bower (for front-end package management) and Gulp (build and test tasks for development) are installed. You can do this with NPM

npm install -g bower
npm install -g gulp

From the root folder of this directory, install the Node and Bower dependencies

npm install && bower install

Then run a Gulp task

gulp <task>

See gulpfile.js to view all available tasks. Here are a few key ones (most of which don't exist but will soon!):

Check out gulp.js to learn more.

Authors

@StefanieMikloska and @nfrasser!

License

MIT