https://github.com/programarivm/react-tutorial-dockerized
Here is the result of the React Tutorial, the tic-tac-toe game, ready to be run with Docker and Node.js.
https://github.com/programarivm/react-tutorial-dockerized
docker game nodejs react tictactoe tutorial
Last synced: 11 months ago
JSON representation
Here is the result of the React Tutorial, the tic-tac-toe game, ready to be run with Docker and Node.js.
- Host: GitHub
- URL: https://github.com/programarivm/react-tutorial-dockerized
- Owner: programarivm
- Created: 2018-03-31T00:09:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T00:13:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T14:15:31.160Z (about 1 year ago)
- Topics: docker, game, nodejs, react, tictactoe, tutorial
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Tutorial - Tic-Tac-Toe Game Dockerized
Here is the final result of the [React Tutorial](https://reactjs.org/tutorial/tutorial.html) ready to be run. The objective: speed up the process of creating Dockerized React apps.
As you see, I have just added a `Dockerfile` and a `docker-compose.yml` file. That's it!
Make sure you've got Docker installed already, and run:
git clone https://github.com/programarivm/react-tutorial-dockerized.git
cd react-tutorial-dockerized
npm install
docker-compose up