Create a gradient generator with JavaScript vanilla
It's a mini-project in order to improve my skills with vanilla JS & CSS.
Morever, it's an opportunity to manage several types of input element, among others
- HTML5, CSS3, JavaScript
- Webpack 5 & Babel
Install all devDependencies : npm install
Compile files JS : npm run build
Watch all change on JS files : npm run watch
Run this project on the local server : npm run start