An open API service indexing awesome lists of open source software.

https://github.com/alejogs4/tic-tac-toe-node-mongo-react


https://github.com/alejogs4/tic-tac-toe-node-mongo-react

mongodb nodejs reactjs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# tic-tac-toe-node-mongo-react

## **Installation**

* Install **[Node.js](https://nodejs.org)**.
* Install **[MongoDB](https://www.mongodb.com/)**.

### **1. FrontEnd**:

* To run the application on browser, you can execute the following commands using yarn:
- yarn
- yarn start
* To run the application on browser, you can execute the following commands using npm:
- npm install
- npm run start

### **2. BackEnd**:

* To run the application using CLI, you can execute the following commands using yarn:
- yarn
- yarn start
* To run the application using CLI, you can execute the following commands using npm:
- npm install
- npm run start

## Tests
**1. Unit Tests With Jest in backend**:
To run the unit tests, you can execute the following commands using CLI:
* yarn test

## Twitter link
[amo #javascript](https://twitter.com/alejogs4/status/1079598601888772097?s=19)