Awesome
<p align="center"> <img src="logo.png" alt="logo" width="180px"/> <p align="center"><a href="https://travis-ci.org/ooade/NextSimpleStarter"><img src="https://travis-ci.org/ooade/NextSimpleStarter.svg?branch=main" alt="travis-ci"/></a> <a href="https://codeclimate.com/github/ooade/NextSimpleStarter/badges"><img src="https://codeclimate.com/github/ooade/NextSimpleStarter/badges/gpa.svg" alt="codeclimate-gpa-badge"/></a> <a href="https://codeclimate.com/github/ooade/NextSimpleStarter"><img src="https://codeclimate.com/github/ooade/NextSimpleStarter/badges/issue_count.svg" alt="codeclimate-issues-badge"/></a><br/> <h3 align="center">Simple NextJS PWA boilerplate.</h3></p> </p>Getting Started
- First, run the development server with
npm run dev
. - Navigate to http://localhost:3000 on your browser.
- Start editing the page by modifying
pages/index.js
. The page auto-updates as you edit the file.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
Deployment
▲ Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
⊚ Deploy on Netlify
- On Netlify, Click on new site from git.
- Select Cloned Repository.
- Choose VCS.
- Add build command
next build && next export
. - Add publish directory
out
.
⊚ Deploy on Gitpod
<a href="https://gitpod.io/#https://github.com/ooade/NextSimpleStarter">Click here</a> to deploy on Gitpod.
Contribution
I'm open to contributions & suggestions in making this a lot better :hand:
License
MIT