https://github.com/azakharo/shopapp
Sample shop application
https://github.com/azakharo/shopapp
angularjs bootstrap3 grunt nodejs ui-bootstrap
Last synced: about 2 months ago
JSON representation
Sample shop application
- Host: GitHub
- URL: https://github.com/azakharo/shopapp
- Owner: azakharo
- Created: 2018-06-04T08:27:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T12:17:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T14:08:07.849Z (about 1 year ago)
- Topics: angularjs, bootstrap3, grunt, nodejs, ui-bootstrap
- Language: JavaScript
- Homepage: https://shopapp-wunmhvrbkj.now.sh/
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
* Node.js (recommended 8.x).
* npm install -g bower grunt-cli
# Installation of packages
1. cd project_directory (this file's dir)
2. for server-side packages: npm install
3. for client-side packages: bower install
# Run application in development mode
1. grunt serve
2. open localhost:9000 in browser
# Build application
1. grunt build
2. Find the build result in the 'dist' sub-folder. In the 'dist' folder you find 'public' (front-end) folder. 'public' folder is a static files of webapp and ready for deploy to webserver.