Skip to content

faisalit86/web-app

Repository files navigation

web-app

Instructions

Development

To run the project in development mode, use the following command:

npm run dev

This will start the Next.js development server with hot reloading.

Production

To build the project for production, use the following command:

npm run build

This will create an optimized production build of the project.

To start the project in production mode, use the following command:

npm run start

This will start the Next.js server in production mode.

Linting

To lint the project, use the following command:

npm run lint

This will run the ESLint linter to check for code quality issues.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published