Skip to content

rafaelmach/Typescript-Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation


Typescript NFL Memory Game 🏈

A memory game repository using TypeScript with React

License MIT


Website

Ferramentas e Tecnologias

This app features all the latest tools and practices in web development


  • 📱 Responsiveness — Fully responsive website

How to run the Project on your PC

  1. I recommend cloning this repository using GitHub Desktop - Click the green "Code Button" - Then click Open with Github Desktop
  2. Go to the appropriate directory [ where the package.json file is located ]
  3. Run the commands below:

Installing Project Dependencies

npm install --save typescript @types/node @types/react @types/react-dom @types/jest

or

yarn add typescript @types/node @types/react @types/react-dom @types/jest

This command will install all the dependencies needed for the application to run

Running the application

npm run dev

It'll run the application in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

License

This project is licensed under the MIT License - see the LICENSE page for details.