Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 524 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 524 Bytes

MilkyMood

A "puzzle" website introducing students to the concept of more complicated events and effect hooks alongside state.

Getting started

  1. Install Node.js.

    $ brew install node

  2. Clone this repo and cd into the directory.

  3. Install all the dependencies.

    $ yarn install

  4. Start your server.

    $ yarn start

  5. Open a new tab and navigate to http://localhost:3000 to see your app.

Tech stack