[go: nahoru, domu]

Skip to content
/ Nitro Public
forked from williamluke4/Nitro

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

Notifications You must be signed in to change notification settings

marquetd/Nitro

 
 

Repository files navigation

Nitro - Next.js, Material UI, Auth0 and Typescript

GitHub stars GitHub issues Beerpay

NMST

  • PR's are very welcome

  • Please add .env to .gitignore before adding any secrets

Links

Auth

NPM

Install and Run Dev Server

git clone https://github.com/williamluke4/nitro.git
cd nitro

npm install
npm run dev

Production Build and Start

  npm run build
  npm run start

Yarn

Install and Run Dev Server

git clone https://github.com/williamluke4/nitro.git
cd nitro

yarn
yarn dev

Production Build and Start

yarn build
yarn start

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 6.2%