https://github.com/multimeric/webinfotech
https://github.com/multimeric/webinfotech
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multimeric/webinfotech
- Owner: multimeric
- Created: 2015-03-26T05:42:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T14:23:09.000Z (almost 11 years ago)
- Last Synced: 2025-10-11T14:14:31.888Z (6 months ago)
- Language: JavaScript
- Size: 13.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run the application
## Requirements
* Node.js (https://nodejs.org/)
* Bower
* Gulp
## How to install
1. Install Node from (https://nodejs.org/download/)
2. Run `npm install bower gulp -g` to install Bower and Gulp
3. Run `npm install` and `bower install` to install all the local server-side packages, and client-side components for the project
4. Run `gulp build` to build and compile the assets
5. Run `npm start` to start the web server and the API's
6. Now you are ready to view the website application. Just go to localhost:80
(If localhost:80 does not work on your browser, then go to the `app.js` file in the main directory of the application
and change line 53 to `app.listen(3000)` then do step 5 again and point your browser to localhost:3000)