A DevOpsDaysLA workshop for building and deploying a wordle clone
For running locally, you have two options:
- npm
- docker-compose
Simply run the following commands to start the app with npm:
npm install
npm run start
Checkout the application running in your browser at localhost:3000
To run the application locally with docker-compose, run the following command:
make run
This project uses a Makefile to wrap the docker-compose commands into a one liner
Checkout the application running in your browser at localhost:3000