This is a Next.js project bootstrapped with create-next-app
.
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Finally, you may need to configure environment variables, create -
.local.env
# or
.env
these at your root folder.
you can store your project secrets in the files provided on top
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This application has
configured and next updates will have reusable components
To learn more about this Next.js project, take a look at the following resources:
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
You can use Docker to deploy this project on VPS
You can also use EC2 in AWS to deploy it as well.