dapp-next
v1.1.0
Published
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app), added with [**Chakra UI**](https://chakra-ui.com) and [**TypeScript**](https://www.typescriptla
Downloads
6
Readme
Novabase marketplace
This is a Next.js project bootstrapped with create-next-app
, added with Chakra UI and TypeScript setup.
Start developing right away!
🔋⚡ Battery Packed template
✔️ toolings for linting, formatting, and conventions configured
eslint
,prettier
,husky
,lint-staged
, andstandard-version
📱 PWA-ready
next-pwa
configured, disabled by default, just enable it throughnext.config.js
🔎 SEO optimization configured
with
next-seo
andnext-sitemap
. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.🎨 basic responsive layout configured
don't need it? just remove it 😃
Getting Started
To install all package run the command
yarn install
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
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Chakra UI
- TypeScript