Skip to content

MatiasVerdier/fcc-simon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeCodeCamp Simon Game

Instructions

# Clone repository
git clone https://github.com/MatiasVerdier/fcc-simon-game.git

# Move to created folder
cd fcc-simon-game

# Install dependencies
npm install

# Run application
npm start