Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/ africtrad Public archive
forked from vincentbattez/africtrad

Projet Licence CreaWeb 2017 - IUT de Lens

Notifications You must be signed in to change notification settings

julienvanroy/africtrad

 
 

Repository files navigation

Africtrad

Getting start

npm i
npm run start

CODE !

Add JS file

  1. Ajouter votre fichier JS dans l'une des catégories suivante :
  • src/js/components/ (btn, navbar, carrousel...)
  • src/js/lib/ (librairie ajouté)
  • src/js/pages/ (JS uniquement sur les pages)
  • src/js/commun.js (Pour toute les pages)
  1. Import ton fichier JS dans le bon fichier
  2. Si tu ajoute une page, Import ton js page dans app.js

Add SCSS file

  1. Ajoute ton fichier SCSS
  2. Import ton fichier SCSS dans main.scss

Techno :

  • Jquery
  • SCSS
  • ES6

About

Projet Licence CreaWeb 2017 - IUT de Lens

Topics

Resources

Stars

Watchers

Forks

Languages

  • HTML 52.6%
  • CSS 30.5%
  • JavaScript 16.9%