An open API service indexing awesome lists of open source software.

https://github.com/moikapy/moia-next

A Simple Next.js Boilerplate Template
https://github.com/moikapy/moia-next

boilerplate nextjs reactjs template

Last synced: 3 months ago
JSON representation

A Simple Next.js Boilerplate Template

Awesome Lists containing this project

README

          

# Moia Next

> Built by MoiaGG and Friends

## Introduction
This is a Simple Next.js Boilerplate built with a few custom Components to ease the development process.

## How to Get Started

- To install the dependencies
```
npm i

# or

yarn
```

- Start Development
```
npm run dev

# or

yarn dev
```