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
- Host: GitHub
- URL: https://github.com/alejogs4/tic-tac-toe-node-mongo-react
- Owner: alejogs4
- License: mit
- Created: 2018-12-30T15:13:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T04:49:12.000Z (over 7 years ago)
- Last Synced: 2025-03-06T05:13:57.210Z (over 1 year ago)
- Topics: mongodb, nodejs, reactjs
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)