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
- Host: GitHub
- URL: https://github.com/launchpadlab/hit-the-books
- Owner: LaunchPadLab
- Created: 2017-03-26T18:16:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T16:28:36.000Z (about 9 years ago)
- Last Synced: 2025-04-09T19:55:23.016Z (about 1 year ago)
- Language: HTML
- Size: 1.63 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`