The fall of dots.
This is a simple vanilla JavaScript game which started as a quick coding challenge.
- Sass
- ES6
- requestAnimationFrame / cancelAnimationFrame
- Node > 7.6
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