Skip to content

red-slide/services_online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

services online

This project aims to study back-end and front-end development with Node.js, Express, TypeScript, and eventually Tailwind CSS.

Prerequisites

Before you begin, ensure you have the following software installed:

Installing Dependencies

To install the project dependencies, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/red-slide/services_online.git
    cd services_online
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run dev