Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamluke4/Nitro
An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 💗
https://github.com/williamluke4/Nitro
auth0 example material-ui nextjs typescript
Last synced: 3 months ago
JSON representation
An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 💗
- Host: GitHub
- URL: https://github.com/williamluke4/Nitro
- Owner: williamluke4
- Created: 2018-07-10T07:50:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T07:48:07.000Z (3 months ago)
- Last Synced: 2024-08-06T21:34:36.860Z (3 months ago)
- Topics: auth0, example, material-ui, nextjs, typescript
- Language: TypeScript
- Homepage: https://nitro.williamluke.now.sh
- Size: 5.43 MB
- Stars: 278
- Watchers: 5
- Forks: 22
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Nitro** - Next.js, Material UI, Auth0 and Typescript
![GitHub stars](https://img.shields.io/github/stars/williamluke4/nitro.svg?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/williamluke4/nitro.svg?style=for-the-badge)
[![Beerpay](https://beerpay.io/williamluke4/Nitro/badge.svg?style=beer)](https://beerpay.io/williamluke4/Nitro)![NMST](nitro.gif)
##
- PR's are very welcome- Please add `.env` to `.gitignore` before adding any secrets
## Links
- [Auth Setup](#auth)
- [NPM Setup](#npm)
- [YARN Setup](#yarn)## Auth
- [Auth0 Setup](https://github.com/atto-byte/useAuth)
- Video On [Secrets and Environment Variables in Next.js and Now](https://www.youtube.com/watch?v=pRbQcy9f5ew)## NPM
### Install and Run Dev Server
```bash
git clone https://github.com/williamluke4/nitro.git
cd nitronpm install
npm run dev
```### Production Build and Start
```bash
npm run build
npm run start
```## Yarn
### Install and Run Dev Server
```bash
git clone https://github.com/williamluke4/nitro.git
cd nitroyarn
yarn dev
```### Production Build and Start
```bash
yarn build
yarn start
```