Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 789 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 789 Bytes

Book Club 📚

Table of contents

  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.