Demo: Memory Game
Setting up this project
git clone https://github.com/NishantDesai1306/memory-game
- Open terminal and navigate to
memory-game
directory - To install all required project dependencies execute
npm install
- To install all typings for intellisense execute
typings install
- To start the project execute
npm run dev
- Open localhost:3000