/simon-game-starter-files

Starter files for the Simon Game app built with JavaScript

Primary LanguageCSS

Simon Game Starter files

Starter files for the Simon Game app built with JavaScript. Tutorial: https://freshman.tech/simon-game/

Live demo

A live demo of the completed project can be found at http://freshman-simon.surge.sh/

Prerequisites

Make sure you have the latest version of Node.js and npm installed on your computer.

Getting started

$ git clone https://github.com/Freshman-tech/simon-game-starter-files.git
  • cd into the created directory, and run npm install to download the single browser-sync dependency.
  • Run npm start to open up the project in your browser on http://localhost:3000
  • Open up the project in your favourite text editor and follow along with the tutorial.