Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 504 Bytes

File metadata and controls

13 lines (10 loc) · 504 Bytes

Getting Started with Create React-game App

This project was bootstrapped with Create React App.

Project setup

  1. Install Node.js
  2. Fork this repository: react-game
  3. Clone your newly created repo: https://github.com/<%your_github_username%>/react-game/
  4. Go to folder react-game
  5. Switch branch to 'react-game'
  6. To install all dependencies use npm install
  7. To start app use npm run build (production mode) or npm run dev (development mode)