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: 6 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T18:45:04.000Z (6 months ago)
- Last Synced: 2024-11-25T19:39:21.425Z (6 months ago)
- Topics: auth0, example, material-ui, nextjs, typescript
- Language: TypeScript
- Homepage: https://nitro.williamluke.now.sh
- Size: 5.35 MB
- Stars: 280
- Watchers: 5
- Forks: 22
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Nitro** - Next.js, Material UI, Auth0 and Typescript


[](https://beerpay.io/williamluke4/Nitro)
##
- 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
```