Starter files for the Simon Game app built with JavaScript. Tutorial: https://freshman.tech/simon-game/
A live demo of the completed project can be found at http://freshman-simon.surge.sh/
Make sure you have the latest version of Node.js and npm installed on your computer.
- Clone the repository to your computer or download the zip file.
$ git clone https://github.com/Freshman-tech/simon-game-starter-files.git
cd
into the created directory, and runnpm 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.