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

https://github.com/jimthedev/marvel-explore


https://github.com/jimthedev/marvel-explore

Last synced: 3 months ago
JSON representation

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.