Create a landing page that's describing a fictive athletics event
It's a mini-project in order to improve my skills on JavaScript vanilla, SASS and Responsive Web Design.
- HTML5, SASS, JavaScript
- AOS.js
- Metaweather API
- Webpack & Babel
Watch change on SCSS files : sass --watch src/sass/style.scss:dist/css/style.css
Install all dependencies : npm install
Compile JS files : npm run build
Watch change on JS files : npm run watch
Run this project on localhost server : npm run start