This is a sample project that demonstrates how to configure a Typescript-based Node.js application to run on Docker.
To run this application, you'll need the following installed on your machine:
- Node.js (version 14 or later)
- Docker
- Clone the repository:
git clone https://github.com/tundx0/typescript-node-stack.git
- Navigate into the project directory:
cd typescript-node-stack
- Install dependencies:
yarn install
To run the application, follow these steps:
- Build the Docker image and run the container:
docker compose up
The application should now be accessible at http://localhost:3333
.