Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iisa/internet-archive
drawing page details from their metadata api
https://github.com/iisa/internet-archive
babel docker nodejs npm reactjs redux webpack
Last synced: 6 days ago
JSON representation
drawing page details from their metadata api
- Host: GitHub
- URL: https://github.com/iisa/internet-archive
- Owner: iisa
- Created: 2018-09-01T14:41:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T15:11:28.000Z (over 6 years ago)
- Last Synced: 2024-11-17T22:21:01.666Z (2 months ago)
- Topics: babel, docker, nodejs, npm, reactjs, redux, webpack
- Language: JavaScript
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# internet-archive
Drawing page details from their metadata apiThis client-side app is made with ReactJS, Redux, React Router, Webpack, Node.js
For a live example, click here: https://isa-internet-archive.now.sh/
To run this app locally, you will need to:
- clone repo
- go into directorythen,
if you want to use Node:
- in terminal, run `npm install`
- in terminal, run `node app.js`if you want to use Docker:
- in terminal, execute script `./run-docker.sh`finally,
- use browser to go to `http://localhost:3000/`If you want to dev, in directory:
- go to `webpack.config.js`,
- comment out [line 21](https://github.com/iisa/internet-archive/blob/master/webpack.config.js#L21)
- in terminal, run `npm start`To run tests:
- in terminal, go to directory and run `npm run test`For debugging purposes, I am using:
- have Node version 8.9.4
- have NPM version 5.6.0-------