https://github.com/hbweb/angular-grub
https://github.com/hbweb/angular-grub
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbweb/angular-grub
- Owner: hbweb
- Created: 2016-05-16T16:31:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T20:38:39.000Z (about 10 years ago)
- Last Synced: 2025-06-17T15:50:22.464Z (about 1 year ago)
- Language: HTML
- Size: 2.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Instruction
This little webpage should be able to run by opening the index.html.
For development environment, please follow the steps below:
* Step 1: Run command to install all required modules for the project
``` npm install ```
* Step 2: Open index.html
#Development
Source code location:
* SASS : /css/sass/main.scss
* JS:
+ /js/profile.js
+ /js/emailaddress.js
+ /js/main.js
If you edit any .scss or .js files, please run the following commands to convert .sass to .css and minify all js files.
``` sass --watch css/sass:css --style compressed ```
``` NODE_ENV=production webpack ```