Skip to content

EzyTaskin/EzyTaskin_Frontend

Repository files navigation

EzyTaskin Frontend

This repository contains the frontend source code for EzyTaskin.

This is a Next.js project bootstrapped with create-next-app.

Building

First, install the required dependencies:

npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Deployment

To deploy the project, first export the codebase as a static website:

npm run build

The resulting artifact will be present in the out folder. This can then be hosted as static assets by the EzyTaskin backend server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages