mtrifilo / FCC-simon

The Simon game in JavaScript. A Front End challenge for Free Code Camp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC-Simon

The classic Simon game in JavaScript

Installation

Clone this repository.

Setup

npm install

Gulp Commands

npm start

Builds the public assets and spins up a development server with live reload.

npm run build

Builds the public assets which can be served from the public directory

About

The Simon game in JavaScript. A Front End challenge for Free Code Camp.


Languages

Language:JavaScript 49.4%Language:CSS 37.8%Language:HTML 12.7%