Create a brick breaker game in order to improve my skills on JS & Canvas
It's a mini-project in order to improve my skills on JavaScript vanilla, Canvas manipulation and SASS.
- HTML5, SASS, JavaScript
- Webpack & Babel
Install all dependencies : npm install
Watch changes on JS files : npm run watch
Compile JS files : npm run build
Run this project on local server : npm run start
Watch changes on SASS files : sass --watch src/sass/style.scss:dist/css/style.css