Skip to content

csulbacm/ACM-Website-2017

Repository files navigation

Build Status

ACM-Website-AngularJS

ACM website build with AngularJS for easier update content without database.

Getting Started

Clone the repo

Prerequisties

This project required node, npm and bower. (Grunt is optional)

  1. 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

Installing

Install npm packages:

npm install

Install bower components:

bower install

Hosting Local

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

Deployment

The website is hosting on csulb.hosting.acm.org The website is automatically deploy on branch: deploy through TravisCI

About

ACM website build with AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •