Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 587 Bytes

advanced-programming-week-1-workshops

Welcome to Ada's Advanced Programming module. For each workshop, please create a new folder in this repository, and regularly commit and push your changes:

Get going:

git clone [repo url] ap-worshops

cd ap-workshops

Make a workshop folder and initialise an npm project:

mkdir workshop-1

cd workshop-1

npm init

Commit everything

git add -A

git commit -m 'Example commit message'

git push origin master

Google Classroom

Please see the Google Classroom for workshop details.