Skip to content

Sample word finder game build using Typescript, React, and Tailwind

Notifications You must be signed in to change notification settings

andrecastelo/wordfinder

Repository files navigation

Wordfinder App

This project was built over 3 years ago, as part of a front-end code challenge, but later on I decided to expand it and rework the build system:

Available Scripts

In the project directory, you can run:

pnpm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

pnpm run test

Launches the test runner in the interactive watch mode.

pnpm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

pnpm run serve

Serves the built app in the build folder.

Deployment

The project is configured with a simple Dockerfile and nginx configuration. It exposes port 8080.

docker build . -t wordfinder
docker run -p 8080:8080 wordfinder

Should be able to access the production build at http://localhost:8080.

About

Sample word finder game build using Typescript, React, and Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published