Home
Telegram
Twitter
Discord
Searchβ¦
Overview
Developer
π₯³
Getting Started
β
Data & Indexer
π
Smart Contracts
π
Developer Tools
π§
MintbaseJS
πΌ
MintbaseUI
CMB (Create-Mintbase-App)
Code Examples
NEAR CLI
π
NEAR CLI
Creating
Sign In
Store
Create
Redeemer
Fees
Data Storage
DAOs & the Mintbase Toolkit
Interoperability
Market
FAQ
Thing Page
Simple Sale
Rolling Auctions
Selling
Split Revenues & Forever Royalties
Company
FAQs
Privacy Policy & Terms of Service
Roadmap
π§
Archive
Ethereum
Powered By
GitBook
CMB (Create-Mintbase-App)
Mintbase Boilerplate and Starter for Next JS 12+, Tailwind CSS 3 and TypeScript
β
β
β
β
β
β
Features
Developer experience first:
β‘
Next.js
for Static Site Generator
π₯ Type checking
TypeScript
β
π Integrate with
Tailwind CSS
β
β Strict Mode for TypeScript and React 18
π Linter with
ESLint
(default NextJS, NextJS Core Web Vitals, Tailwind CSS and Airbnb configuration)
π Code Formatter with
Prettier
β
π§± Integrated with
MintbaseJS
β
πΌ Integrated with
MintbaseUI
β
Getting Started
First, clone the project:
git clone https://github.com/Mintbase/create-mintbase-app.git
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
pages/index.tsx
. The page auto-updates as you edit the file.
β
API routes
can be accessed on
http://localhost:3000/api/hello
. This endpoint can be edited in
pages/api/hello.tsx
.
The
pages/api
directory is mapped to
/api/*
. Files in this directory are treated as
API routes
instead of React pages.
Previous
MintbaseUI
Next
Code Examples
Last modified
27d ago
Copy link
Outline
Features
Getting Started