Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shushugah/accessibilityproject
Yolo
https://github.com/shushugah/accessibilityproject
Last synced: 6 days ago
JSON representation
Yolo
- Host: GitHub
- URL: https://github.com/shushugah/accessibilityproject
- Owner: shushugah
- License: gpl-2.0
- Created: 2015-05-20T21:07:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T22:01:11.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:53:56.861Z (7 months ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
commit
1) npm init to create package.json
2) npm install express --save (to save in package.json)
3) created index.js, ran a simple hello world programcommit
1) added express functionality
2) added first static pagecommit
1) Heroku cleanup (add port number, Procfile)