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

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.

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