All Projects β†’ williamluke4 β†’ Nitro

williamluke4 / Nitro

An Example of a PWA using Nextjs, Material-UI, Typescript and Auth0 πŸ’—

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nitro

Material Kit React
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
Stars: ✭ 3,465 (+2565.38%)
Mutual labels:  auth0, material-ui, nextjs
react-movies-finder
React Movies finder is a React app to search movies and series using redux, redux-thunk, React Hooks, and Material UI
Stars: ✭ 27 (-79.23%)
Mutual labels:  nextjs, material-ui
netease-music-app
η½‘ζ˜“δΊ‘ιŸ³δΉη§»εŠ¨η«―γ€React/Next/Vue】【Ant Design/Material UI】
Stars: ✭ 95 (-26.92%)
Mutual labels:  nextjs, material-ui
Nextjs Auth0
Next.js SDK for signing in with Auth0
Stars: ✭ 690 (+430.77%)
Mutual labels:  nextjs, auth0
Useauth
The simplest way to add authentication to your React app. Supports various providers.
Stars: ✭ 2,532 (+1847.69%)
Mutual labels:  nextjs, auth0
Ark
An easiest authentication system on top of NestJS, TypeORM, NEXT.js(v9.3) and Material UI(v4).
Stars: ✭ 228 (+75.38%)
Mutual labels:  nextjs, material-ui
Pizzaql
πŸ• Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+385.38%)
Mutual labels:  nextjs, auth0
Nextjs Full Demo
Demo about integration between examples of next.js and also fix some issues during development
Stars: ✭ 76 (-41.54%)
Mutual labels:  nextjs, material-ui
Nextjs Material Dashboard
NextJS version of Material Dashboard React
Stars: ✭ 50 (-61.54%)
Mutual labels:  nextjs, material-ui
Nestpress
A production ready personal blogging system on top of NestJS and NEXT.js
Stars: ✭ 38 (-70.77%)
Mutual labels:  nextjs, material-ui
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+1992.31%)
Mutual labels:  nextjs, material-ui
Typescript Nextjs Redux Material Ui Example
next.js v9, typescript v3.7, redux, material-ui v4, react-hooks, redux-saga, SSR
Stars: ✭ 93 (-28.46%)
Mutual labels:  nextjs, material-ui
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (+8.46%)
Mutual labels:  nextjs, material-ui
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+2219.23%)
Mutual labels:  nextjs, material-ui
Web3studio Sojourn
A React Native DevKit with code for a Web3 Decentralized Data Storage Pattern.
Stars: ✭ 29 (-77.69%)
Mutual labels:  nextjs, material-ui
Nextjs With Redux And Material Ui
A boilerplate NextJS with Redux and Material UI
Stars: ✭ 79 (-39.23%)
Mutual labels:  nextjs, material-ui
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-10%)
Mutual labels:  example, material-ui
Giraffeql
πŸ¦’ Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-1.54%)
Mutual labels:  nextjs
Auth0 Javascript Samples
Auth0 Integration Samples for Vanilla JavaScript Applications
Stars: ✭ 130 (+0%)
Mutual labels:  auth0
Examples
Store all egg examples in one place
Stars: ✭ 1,668 (+1183.08%)
Mutual labels:  example

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].