https://github.com/bscholer/srt-sign-in
A sign in page for Mrs. Hamon's SRT
https://github.com/bscholer/srt-sign-in
Last synced: 5 months ago
JSON representation
A sign in page for Mrs. Hamon's SRT
- Host: GitHub
- URL: https://github.com/bscholer/srt-sign-in
- Owner: bscholer
- License: other
- Created: 2016-01-29T16:25:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T15:42:06.000Z (over 10 years ago)
- Last Synced: 2025-10-11T04:26:15.966Z (8 months ago)
- Language: HTML
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to Polymer Starter Kit Light!
To begin, fire up a local server from inside the `app` directory. Please make sure to serve up the contents of the directory rather than root as routing will otherwise fail to correctly function.
## Firing up a server using Python
If you are a Windows user, install Python and from inside the `app` directory run:
```
python -m http.server 8080
```
or on a Mac/*nix machine, run:
```
python -m SimpleHTTPServer 8080
```
You can of course also use WAMP or an alternative tool for serving up content.