https://github.com/jimthedev/marvel-explore
https://github.com/jimthedev/marvel-explore
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimthedev/marvel-explore
- Owner: jimthedev
- Created: 2016-07-07T14:08:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T15:27:15.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T03:43:02.467Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Marvel exploration project setup
This project is a small boilerplate that we can use to connect to the marvel api.
### Getting started
To download the project, use:
```
git clone <>
```To install dependencies, run:
```
cd marvel-explore
npm install
```To run the server, run:
```
./node_modules/.bin/http-server
```To view the site, navigate to [http://127.0.0.1](http://127.0.0.1) in your browser
### Author
[Jim Cummins](http://twitter.com/jimthedev)
### Warning
This should not be used in production. It is for demonstration purposes only.