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
- Host: GitHub
- URL: https://github.com/moikapy/moia-next
- Owner: Moikapy
- Created: 2019-03-24T01:21:25.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-25T03:27:20.000Z (over 7 years ago)
- Last Synced: 2024-12-30T04:17:12.239Z (over 1 year ago)
- Topics: boilerplate, nextjs, reactjs, template
- Language: JavaScript
- Homepage: https://moia-next.herokuapp.com
- Size: 352 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```