Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.05 KB

This is a NextJS featured starter template containing the Following features and more:

Features

Getting Started

This is a modified version of create-next-app with multiple useful features to get started in a flash, to use this run this in terminal

git clone https://github.com/jhonatan-oliveiradev/template-frontend.git my-app

Then, enter the directory using:

cd my-app

Install the packages using:

npm i

Finally, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.