Skip to content

alexandrialibrary/alexandria-frontend

Repository files navigation

Alexandria Frontend

This is a test repo that may potentially be the frontend of Alexandria.

Join the chat at https://gitter.im/alexandrialibrary/Alexandria

Codacy Badge

##Usage To test the site locally you will need a simple server. Conveniently, there is a Node.js project called Simple Server that does just this.

Install Simple Server

$ npm install -g simple-server

Serve the current directory at port 3000

$ simple-server ./ 3000

This will make the project available at http://localhost:3000/index.html.

##Gulp Gulp will automatically compile all of the SASS and Coffeescript to CSS and Javascript when files are modified.

$ npm install -g gulp
$ npm install

Once Gulp is installed, run gulp watch. Gulp will now watch for changes. This only has to be done once.

About

This is a test repo that may potentially be the frontend of Alexandria

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published