Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 734 Bytes

Madlibs project

How to do this activity

  1. Form a group.
  2. fork this repo on github
  3. Create a c9 workspace from your fork
  4. invite a few group members around whos computers your other group members will huddle.
  5. edit the code
  6. commit your code with a nice comment
  7. push to github
  8. create a pull request
  9. instructor will merge in everybody's work

Groups should work on the following:

  • Story-group should alter layout.html to make a story.
  • The adjective, noun, and verb groups should work on their files.

How to install

If you need to install the repo.

git clone [email protected]:johnqyalie/mgt656-madlibs.git

Install the dependencies

npm install

Run the code

nodemon ./server.js