Giter Club home page Giter Club logo

remix-supabase's Introduction

Welcome to Remix + Supabase SSR!

This repository is a starter template designed to help you build fully server-side rendered (SSR) web applications using Remix and Supabase. By leveraging the power of Remix for the frontend and Supabase for backend services, you can create dynamic, responsive, and scalable web applications.

Features

  • Server-Side Rendering: Enjoy the SEO and performance benefits of server-side rendering with Remix.
  • Easy Database Integration: Utilize Supabase for a seamless backend experience, including authentication, database management, and more.
  • Environment Ready: Pre-configured environment settings to jumpstart your development process.
  • Comprehensive Documentation: Links to Remix and Supabase documentation to explore more features and capabilities.

Prerequisites

Before you begin, ensure you have the following installed:

Additionally, you should have:

  • A Supabase account for creating an instance.

Getting Started

Follow these steps to get your application running:

  1. Clone the Repository

    git clone [email protected]:aburio/remix-supabase.git cd remix-supabase
  2. Install Dependencies

    Using npm:

    npm install

    Or using yarn:

    yarn install
  3. Set Up Environment Variables

    Rename the .env.example file to .env:

    mv .env.example .env

    Edit the .env file to include your Supabase URL and ANON key:

    SUPABASE_URL=your_supabase_url
    SUPABASE_ANON_KEY=your_supabase_anon_key
    
  4. Run the Development Server

    Start the development server:

    npm run dev

    Or if you're using yarn:

    yarn dev

    Your application will be running at http://localhost:3000.

Documentation

For more detailed instructions and advanced configurations, refer to the official documentation:

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support

If you encounter any issues or have questions, please file an issue on GitHub.

Acknowledgements

  • Thanks to the Remix team for creating a fantastic framework.
  • Thanks to Supabase for providing a powerful and easy-to-use backend solution.

remix-supabase's People

Contributors

aburio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.