Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 426 Bytes

File metadata and controls

24 lines (19 loc) · 426 Bytes

Game

It's my exam project which checks my react, redux knowledge. This App using: Create React App

Fast start

# Clone the repository
$ git clone https://github.com/njiyto/react-redux-exam.git

# Install dependencies
$ npm install

# Build app for dev
$ npm start

Contribution

everytime check:

$ git config user.email
$ git config user.email 'example@mail'
$ git remote -v
$ git remote set-url origin