Next.js TypeScript Template This is a basic template for building a Next.js project with TypeScript. This project includes basic settings and files to help you get started.
Getting Started To get started with this project, first clone the repository:
git clone https://github.com/zeno3618/mintingdapp-beastybit-eth
Then install dependencies:
cd nextjs-typescript-template
npm install
# or
yarn install
Once the installation is complete, start the development server by running:
npm run dev
# or
yarn run dev
The development server should now be running on http://localhost:3000.