This project aims to study back-end and front-end development with Node.js, Express, TypeScript, and eventually Tailwind CSS.
Before you begin, ensure you have the following software installed:
- Node.js (v20.18.0)
To install the project dependencies, follow the steps below:
-
Clone the repository:
git clone https://github.com/red-slide/services_online.git cd services_online
-
Install dependencies:
npm install
-
Build the project:
npm run dev