https://github.com/crossbell-box/crossbell-app-template
https://github.com/crossbell-box/crossbell-app-template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crossbell-box/crossbell-app-template
- Owner: Crossbell-Box
- Created: 2023-04-07T23:07:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:14:52.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:09:06.878Z (about 2 years ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Crossbell](https://crossbell.io) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3737](http://localhost:3737) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Crossbell and Next.js, take a look at the following resources:
- [Crossbell React Kits](https://github.com/Crossbell-Box/crossbell-universe) - a collection of React libraries that contain everything you need to start working with Crossbell.
- [Crossbell Javascript SDK](https://docs.crossbell.io/sdk/js) - a JavaScript SDK to interact with Crossbell.
- [Crossbell Chain Documentation](https://docs.crossbell.io/docs) - learn about Crossbell chain.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.