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

https://github.com/dev-xo/remix-auth-totp-starter

A database-less RR7 example app, that includes TOTP authentication.
https://github.com/dev-xo/remix-auth-totp-starter

react-router remix-auth remix-auth-totp

Last synced: about 1 month ago
JSON representation

A database-less RR7 example app, that includes TOTP authentication.

Awesome Lists containing this project

README

        

# Welcome to Remix Auth TOTP Example!

A modern, production-ready template for building full-stack React applications using React Router.

- [ Learn more about Remix Auth TOTP ](https://github.com/dev-xo/remix-auth-totp)

## Features

- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 🔑 [TOTP Authentication](https://github.com/dev-xo/remix-auth-totp)
- 📖 [React Router Docs](https://reactrouter.com/)

## Getting Started

### Installation

Install the dependencies:

```bash
npm install
```

### Development

Start the development server with HMR:

```bash
npm run dev
```

Your application will be available at `http://localhost:3000`.

## Building for Production

Create a production build:

```bash
npm run build
```

## Styling

This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.

---

Built with ❤️ using RR7 &Remix Auth TOTP.