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

https://github.com/bmangeat/dashboard-hero

Hero's dashboard: you can find everything you need here!
https://github.com/bmangeat/dashboard-hero

api dashboard gsap hyperapp imac parcel superheroes

Last synced: 3 months ago
JSON representation

Hero's dashboard: you can find everything you need here!

Awesome Lists containing this project

README

        

# IMAC League | Superhero Dashboard

## Presentation

>This dashboard is created in the context of studies in [IMAC](https://www.ingenieur-imac.fr/).

IMAC League Superhero Dashboard : choose your IMAC superhero and manage it!

### Links
*https://github.com/bmangeat/dashboard-hero*

*https://bmangeat.github.io/dashboard-hero/*

### Credits
* **Andréa Guillot** - (https://github.com/AndreaGuillot)
* **Baptiste Ory** - (https://github.com/BaptisteOry)
* **Brice Mangeat** - (https://github.com/bmangeat)
* **Solène Mary-Vallée** - (https://github.com/SolHaine)

## Quickstart

- You can clone the repository in your folder.

```bash
git clone https://github.com/bmangeat/dashboard-hero.git
```

- Architecture of repository
````
├── styles
├── src
| ├─ actions
| | └─ index.js
| ├─ components
| | ├─ views
| | | └─ DashboardView.js
| | └─ component's folders
| ├─ state
| | └─ index.js
| ├─ index.html
| └─ index.js
├─ package.json
├─ README.md
└─ .gitignore
````

- Install parcel globally
```console
npm install -g parcel-bundler
```
- Install node's modules on the repository
```console
npm i
```
- Start the server on port 1234 (http://localhost:1234)
```console
npm run start
```