Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 648 Bytes

Build Status

GAE + Angular.js + PureCSS Scaffold

Getting Started

Starting development server

To start the development server, type

	make serve

It will listen on at http://localhost:8080

Installing Testing Requirements

To get started with this project, simply type

	make bootstrap

in a terminal to install the testing requirements.

The use of a virtualenv is recommended.

Running Tests

To run the tests, simply type

	make test

in a terminal.