This dashboard is created in the context of studies in IMAC.
IMAC League Superhero Dashboard : choose your IMAC superhero and manage it!
https://github.com/bmangeat/dashboard-hero
https://bmangeat.github.io/dashboard-hero/
- 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)
- 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
- Start the server on port 1234 (http://localhost:1234)
npm run start