Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 575 Bytes

brick-breaker

Create a brick breaker game in order to improve my skills on JS & Canvas

What is this ?

It's a mini-project in order to improve my skills on JavaScript vanilla, Canvas manipulation and SASS.

Languages and Tools used :

  • HTML5, SASS, JavaScript
  • Webpack & Babel

Dependencies and CMD :

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