This is a custom NextJS Starter with these technologies set up:
- MongoDB
- Mongoose
- TailwindCSS
- NextAuth with Google Sign In
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app myapp -e https://github.com/uguremirmustafa/with-tailwind-mongo-next-auth
# or
yarn create next-app myapp -e https://github.com/uguremirmustafa/with-tailwind-mongo-next-auth
- This project includes small script to restore scroll position on route change for nextjs.
- Includes a modular navbar with indicator of the active page.
- Example
env
file. - Smart importing with
jsconfig.json
file.
- Write down small docs to starter
- Add a loading spinner.
- Create data fetching functions
- Add api routes
- Add a header component to show title of the page
- Add favicon
- Remove console.logs from custom scrolling function