ACM website build with AngularJS for easier update content without database.
Clone the repo
This project required node, npm and bower. (Grunt is optional)
- Refer to this guide for installing node and npm: https://docs.npmjs.com/getting-started/installing-node
sudo apt-get install node
npm install -g bower
Install npm packages:
npm install
Install bower components:
bower install
Hosting local can be down using Python HTTP server or Grunt
- With Python
# Go to index.html
python -m SimpleHTTPServer <port>
- With Grunt
# Install Grunt dependencies
grunt install
# serve
grunt serve
The website is hosting on csulb.hosting.acm.org The website is automatically deploy on branch: deploy through TravisCI