dmitrii-milk / mortal-kombat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To start a project:

1.Run npm install command.
2.Start json-server with json-server --watch db.json command.
Check on which port the utility was launched, if the port is [http://localhost:3000] continue on.
Otherwise, copy the resulting port from the Resources line in the terminal and replace it in the action.js file.
3. Run the npm start command.
4. Enjoy

This project was bootstrapped with Create React App.
Redux was used to store the state of the components

About


Languages

Language:JavaScript 74.4%Language:HTML 12.9%Language:CSS 9.8%Language:PHP 3.0%