Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shushugah/accessibilityproject

Yolo
https://github.com/shushugah/accessibilityproject

Last synced: 6 days ago
JSON representation

Yolo

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 program

commit
1) added express functionality
2) added first static page

commit
1) Heroku cleanup (add port number, Procfile)