Skip to content

bmangeat/dashboard-hero

Repository files navigation

IMAC League | Superhero Dashboard

Presentation

This dashboard is created in the context of studies in IMAC.

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

Quickstart

  • You can clone the repository in your folder.
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
npm install -g parcel-bundler
  • Install node's modules on the repository
npm i
npm run start