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 bowerInstall npm packages:
npm installInstall bower components:
bower installHosting 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 serveThe website is hosting on csulb.hosting.acm.org The website is automatically deploy on branch: deploy through TravisCI