Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 603 Bytes

Space Invaders Game

Create a game that's working JavaScript

What is this ?

It's a mini-project in order to improve my skills on JavaScript vanilla and its DOM manipulation.

Idem for SASS.

Languages and Tools used :

  • HTML5, SASS, JavaScript
  • Webpack 5 & Babel

Dependencies & cmd

Install all dependencies and devDependencies : npm install

Compile JS files : npm run build

Watch changes of JS files : npm run watch

Live app on your local server : npm run start


Watch change and update style.css file from style.scss : sass --watch src/sass/style.scss:dist/css/style.css