Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI
- Host: GitHub
- URL: https://github.com/ooade/NextSimpleStarter
- Owner: ooade
- License: mit
- Created: 2017-01-24T15:15:43.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T18:48:45.000Z (4 months ago)
- Last Synced: 2024-10-20T02:50:12.608Z (3 months ago)
- Topics: a11y, accessibility, material-ui, nextjs, pwa-boilerplate, react-hooks
- Language: JavaScript
- Homepage: https://nextss.vercel.app
- Size: 2.75 MB
- Stars: 944
- Watchers: 13
- Forks: 199
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-nextjs - Next Simple Starter - Simple PWA boilerplate with Next.js and Redux. (Boilerplates)
- fucking-awesome-nextjs - Next Simple Starter - Simple PWA boilerplate with Next.js and Redux. (Boilerplates)
README
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 VercelThe 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