Massima distanza nela ricerca fixed
[YouAndWeb_TwoToc] / README.md
1 # dashboard
2
3 This project was generated with the [Angular Full-Stack Generator](https://github.com/DaftMonk/generator-angular-fullstack) version 3.0.0-rc5.
4
5 ## Getting Started
6
7 ### Prerequisites
8
9 - [Git](https://git-scm.com/)
10 - [Node.js and NPM](nodejs.org) >= v0.12.0
11 - [Bower](bower.io) (`npm install --global bower`)
12 - [Ruby](https://www.ruby-lang.org) and then `gem install sass`
13 - [Grunt](http://gruntjs.com/) (`npm install --global grunt-cli`)
14 - [MongoDB](https://www.mongodb.org/) - Keep a running daemon with `mongod`
15
16 ### Developing
17 0. (PTKDev FIX) Run `sudo npm install -g grunt && sudo npm install --global grunt-cli && sudo npm install --global bower` `sudo apt-get install nodejs-legacy npm nodejs mongodb-server`
18
19 1. Run `npm install` to install server dependencies.
20
21 2. Run `bower install` to install front-end dependencies.
22
23 3. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running
24
25 4. Run `grunt serve` to start the development server. It should automatically open the client in your browser when ready.
26
27 ## Build & development
28
29 Run `grunt build` for building and `grunt serve` for preview.
30
31 ## Testing
32
33 Running `npm test` will run the unit tests with karma.