Skip to content

mikdatdogru/md-nextjs-boilerplate

Repository files navigation

logo

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

Simple NextJS PWA boilerplate.

Contents

Installation

Clone repo:

git clone https://github.com/mikdatdogru/md-nextjs-boilerplate.git
cd md-nextjs-boilerplate

Make it your own:

rm -rf .git && git init && yarn init

ℹ️ This re-initializes the repo and sets up your project.

Install the dependencies:

yarn install

Development Workflow

Start a live-reload development server:

yarn dev

Generate a production build:

yarn build

Code beautifier

yarn lint:fix && yarn prettier 

Deployment

Deploy to now

heroku Just follow Mars's Guide and you're good to go 👏

Contribution

I'm open to contributions & suggestions in making this a lot better ✋

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published