Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 💗

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 nitro

npm 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 nitro

yarn
yarn dev
```

### Production Build and Start

```bash
yarn build
yarn start
```