@husam287/nextjs-template
v0.0.7
Published
A Nextjs template with the following features:
Downloads
5
Readme
NEXTJS Template
A Nextjs template with the following features:
- Support SCSS
- Support Redux toolkit
- Axios with supporting multilang ({domainName}/{lang}/api)
- Next-i18n supporting English and Arabic languages
- Simple project structure
- Small component library to get started with
- Installed Bootstarp 5
- Installed React icons
- Fully Installed MUI
- Fully Installed ANTD
It's easy to create a project, strip out the few components included, and still have the architecture in place to quickly start building an app.
Usage
npx create-next-app *your project name* --example "https://github.com/husam287/nextjs-template"
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!