Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 666 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 666 Bytes

Dots

The fall of dots.

This is a simple vanilla JavaScript game which started as a quick coding challenge.

Table of Contents

Features

  • Sass
  • ES6
  • requestAnimationFrame / cancelAnimationFrame

Requirements

Usage

Clone the repository

 git clone [email protected]:kenecaswell/dots-indeed.git
 cd dots-indeed

Install npm dependencies

 npm install

To start the development server

npm start

To build for production

npm run build

To preview the production build

npm run preview