Skip to content

Files

Latest commit

61a5675 · Jan 17, 2023

History

History
44 lines (27 loc) · 476 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 476 Bytes

Hi there, Full Stack Hazzom Is here here :-D

Connect with me

+216 98 454 001

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# npm
npm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview