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!
- Host: GitHub
- URL: https://github.com/bmangeat/dashboard-hero
- Owner: bmangeat
- Created: 2020-04-13T08:48:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T15:34:03.000Z (over 4 years ago)
- Last Synced: 2025-01-17T03:32:55.608Z (4 months ago)
- Topics: api, dashboard, gsap, hyperapp, imac, parcel, superheroes
- Language: JavaScript
- Homepage: https://bmangeat.github.io/dashboard-hero/
- Size: 4.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```