https://github.com/mightymeld/mightymeld-next-chakra-starter-ts
This repository serves as a boilerplate for Next.js MightyMeld application with Chakra UI.
https://github.com/mightymeld/mightymeld-next-chakra-starter-ts
Last synced: 13 days ago
JSON representation
This repository serves as a boilerplate for Next.js MightyMeld application with Chakra UI.
- Host: GitHub
- URL: https://github.com/mightymeld/mightymeld-next-chakra-starter-ts
- Owner: mightymeld
- Created: 2023-08-09T00:39:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:04:06.000Z (10 months ago)
- Last Synced: 2024-11-02T23:32:50.762Z (5 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mightymeld/mightymeld-next-chakra-starter-ts - This repository serves as a boilerplate for Next.js MightyMeld application with Chakra UI. (JavaScript)
README
# MightyMeld Next.js Chakra UI Starter
A boilerplate project for quickly setting up an application using Next.js and Chakra UI and MightyMeld.
## Getting Started
Follow these steps to set up and start using the boilerplate:
1. Clone this repository.
2. Run `npm install` to install depenendencies.
3. Run `npx mightymeld secrets` to download a `mightymeld.secrets` file.
4. Run `npx mightymeld` to launch MightyMeld studio in a browser tab.
## Running the app without MightyMeld
1. Type `npm install` to install dependencies.
2. Run `npm run dev`, the app should then appear in a browser tab on [localhost:3000](localhost:3000)
## Using Another Package Manager
If you would like to use an alternative package manager like yarn or pnpm, make sure to also update the run command in your mightymeld.json file