Skip to content

dev-ahmedhany/next-starter

Repository files navigation

About AHC-Core

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

Getting Started

First, run the development server:

#install packages
npm i
#start server
npm run dev

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.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

How this project created

yarn create next-app

✔ What is your project named? … ahc-core
✔ Would you like to use TypeScript with this project? … No / Yes
✔ Would you like to use ESLint with this project? … No / Yes
✔ Would you like to use `src/` directory with this project? … No / Yes
✔ Would you like to use experimental `app/` directory with this project? … No / Yes
✔ What import alias would you like configured? › … @/*

install packages

yarn add @mui/material @emotion/react @emotion/styled @emotion/cache @emotion/server @mui/icons-material @mui/lab @mui/system @mui/x-data-grid @mui/x-date-pickers date-fns next-translate @next/bundle-analyzer nprogress react-hook-form notistack stylis stylis-plugin-rtl @types/nprogress @types/stylis @typescript-eslint/eslint-plugin eslint-config-prettier prettier

add prettier and eslint settings

use packages at _app and _document

How to use

click use this template button

or click here

About

Ahmed Hany's Template for all next-js apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published