WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

shownotes/snotes20-angular-webapp

Repository files navigation

snotes20 - frontend

Setup

Preconditions

  • For Ubuntu 14.04:
$ sudo apt-get install npm ruby ruby-dev nodejs-legacy git

Installation Instructions

$ sudo npm install -g bower grunt grunt-cli
$ sudo gem install compass
$ cd snotes20-angular-webapp
$ npm install
$ bower install
  # copy app/components/config_dev.js.sample to config_dev.js and config_dist.js
  # and adapt apiBaseUrl & mediaUrl

Development Server

$ grunt serve

Note: this will use config_dev.js.

Building

$ grunt build

The resulting files are saved in the dist/-directory.

Note: this will use config_dist.js, which file will not be minifed.

About

Angular frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8