0.0.7 • Published 10 months ago

@husam287/nextjs-template v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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:

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