Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ooade/NextSimpleStarter

:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI
https://github.com/ooade/NextSimpleStarter

a11y accessibility material-ui nextjs pwa-boilerplate react-hooks

Last synced: about 1 month ago
JSON representation

:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI

Awesome Lists containing this project

README

        


logo

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

Simple NextJS PWA boilerplate.

## Getting Started

- First, run the development server with `npm run dev`.
- Navigate to [http://localhost:3000](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](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

## Deployment
### ▲ Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fooade%2FNextSimpleStarter) from the creators of Next.js.

Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fooade%2FNextSimpleStarter)

### ⊚ 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

Click here to deploy on Gitpod.

## Contribution

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

## License

MIT