API: Open Data Parcoursup Frameword: Riot JS Membres: Ethan LEFEUVRE, Ethan BREZEKY
Go to file
lalBi94 bfe501b9f9 $
2023-03-05 15:37:25 +01:00
node_modules $ 2023-03-05 13:23:23 +01:00
src $ 2023-03-05 15:37:25 +01:00
LICENSE $ 2023-03-05 13:23:23 +01:00
package-lock.json $ 2023-03-05 13:23:23 +01:00
package.json $ 2023-03-05 13:23:23 +01:00
readme.md $ 2023-03-05 15:10:23 +01:00
webpack.config.js $ 2023-03-05 13:23:23 +01:00

Info

Documentation de riot :

https://riot.js.org/documentation/

Git

https://dwarves.iut-fbleau.fr/gitiut/boudjeml/ParcoursupAnalytics

Pour compiler:

Installer node js

https://nodejs.org/en/download/

Run le serveur

npm start

Si vous avez des erreurs vous disant qu'un package n'est pas installé,
faites

Structure :

npm install {nom_du_package} --save-dev

Exemple :

npm install webpack --save-dev