https://github.com/a7ul/qrentryapp
https://github.com/a7ul/qrentryapp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a7ul/qrentryapp
- Owner: a7ul
- Created: 2015-05-24T05:33:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T13:48:47.000Z (about 10 years ago)
- Last Synced: 2025-01-09T08:45:49.672Z (5 months ago)
- Language: HTML
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR App
a [Sails](http://sailsjs.org) application
how to start
============in root folder:
npm install
in assets folder:
npm install
bower install
to run app :
------------in root folder :
grunt
sails lift
Run mongo :
mongod --dbpath some_path_to_db_folder
in assets folder :
grunt serve
(here grunt serve doesnt actually create a server because that is being done by sails)then, go to :
a [localhost:1337/app/index.html](localhost:1337/app/index.html)