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!
Always up to date NextJS application with configured:
- TypeScript
- Prettier
- ESLint
- StyleLint
- Lint-staged
- Husky
- yarn dev
- yarn build
- yarn start
- yarn lint:styles
- yarn lint
- yarn lint:fix
- yarn prettier
- yarn prepare
- Clone the repository.
- Customise the application name and version in package.json
- Start by making some changes in src/page.tsx
Open http://localhost:3000 with your browser to see the result.
This project is based on NextJS 14
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
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!