Skip to content

template to initialize PWA ready Next.js app with Chakra UI & Typescript setup.

License

Notifications You must be signed in to change notification settings

vinclou/nextchakra-starter

 
 

Repository files navigation

nextchakra-starter

nextchakra-starter

Deploy with Vercel Deploy to Netlify

CodeFactor Quality Gate Status Maintainability Rating Bugs Code Smells Duplicated Lines (%)

forthebadge

This is a Next.js project bootstrapped with create-next-app, added with Chakra UI and TypeScript setup. Start developing right away!

NextChakra-Starter

Getting Started

You can either click Use this template button on this repository and clone the repo or create project with create-next-app like so:

npx create-next-app <APP_NAME> --example https://github.com/sozonome/nextchakra-starter
# or 
yarn create next-app <APP_NAME> --example https://github.com/sozonome/nextchakra-starter

Then, 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 src/pages/index.js. The page auto-updates as you edit the file.

References

todo

About

template to initialize PWA ready Next.js app with Chakra UI & Typescript setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 5.2%
  • CSS 0.3%