marcelofreires / employees

A simple project to help manage employees who have taken up a benefit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employees

A simple project to help manage employees who have taken up a benefit.

Setup Environment

You need the node.js installed on your machine.

If you have the nvm installed, just run nvm install to download the version used on project.

Install dependencies

To install the dependencies run this command on your terminal at project root:

npm install

Run

1. Run server

After install the dependencies, you can run the server with:

npm run server

2. Run frontend

With server running, you can run the frontend application:

npm run dev

Open the project on your browser on localhost:5173

About

A simple project to help manage employees who have taken up a benefit


Languages

Language:TypeScript 97.7%Language:JavaScript 1.4%Language:HTML 1.0%