/task-taker

Small Typescript + React + Express todo app to get my feet wet.

Primary LanguageTypeScript

Task Taker

A small task taking app built with Typescript, React (using Vite), Express.js, Tailwind, and a mock database using a JSON file. I hadn't written an Express server with "vanilla" React in a while, so I made this to get my feet wet again.

Getting Started

Clone the repository

git clone git@github.com:CN-M/task-taker.git

Install dependencies

pnpm install

To run the client

pnpm run client

To run the server

pnpm run server

To run the client and server concurrently WHILE DEVELOPING

pnpm run production

To run the client and server concurrently

pnpm run production

You can set the port for the server in the .env file. The default is 3000.

PORT=8000

Open http://localhost:5173 with your browser to see the result.