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

https://github.com/launchpadlab/hit-the-books

The React app for LaunchPad Lab's Tech Toolkit Workshop
https://github.com/launchpadlab/hit-the-books

Last synced: 4 months ago
JSON representation

The React app for LaunchPad Lab's Tech Toolkit Workshop

Awesome Lists containing this project

README

          

# Hit the Books

Welcome to Hit the Books, a demo app for LaunchPad Lab's Tech Toolkit workshops.

### Prerequisites
+ [node](https://nodejs.org/en/) To install, download the appropriate package from from the website.
+ [npm](https://www.npmjs.com/) After installing node, you can install npm with `npm install npm@latest -g`

### To run the app, follow these instructions:

+ `git clone git@github.com:LaunchPadLab/hit-the-books.git`
+ `cd hit-the-books`
+ `npm install`
+ `npm start`
+ `open localhost:8080`