Skip to content

This is an nextjs-based open source starter kit / boilerplate for creating web applications with high standards.

License

Notifications You must be signed in to change notification settings

petrunov/NEXb-core

Repository files navigation

NEXbase Core

This is a NEXbase Core - an opinionated starter kit / boilerplate for starting a new NextJS project from scratch. It's licensed under MIT license so it is fully open sourced. Feel free to fork and contribute. Your feedback and contributions are welcome!

What does it give you?

Always up to date NextJS application with configured:

  • TypeScript
  • Prettier
  • ESLint
  • StyleLint
  • Lint-staged
  • Husky

Pre-configured commands

  • yarn dev
  • yarn build
  • yarn start
  • yarn lint:styles
  • yarn lint
  • yarn lint:fix
  • yarn prettier
  • yarn prepare

Installation

  1. Clone the repository.
  2. Customise the application name and version in package.json
  3. Start by making some changes in src/page.tsx

Getting Started

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

Based on NextJS

This project is based on NextJS 14

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!

About

This is an nextjs-based open source starter kit / boilerplate for creating web applications with high standards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published