Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 3.58 KB

README.md

File metadata and controls

95 lines (63 loc) · 3.58 KB

Join our community Follow @geneziodev

Remix Getting Started

Welcome to the Genezio Remix Getting Started Template repository! This project provides a basic Remix template to help you quickly get started with your Genezio projects.

Usage

  1. Install Dependencies

    Ensure you have Node.js and npm installed. Then, install the project dependencies:

    npm install
  2. Run the Project

    Start the development server:

    npm run dev

    Open http://localhost:5173 to view it in your browser.

    Or you can use the Genezio CLI to start the project:

    genezio local
  3. Modify the Template

    You can modify the Remix components and styles to suit your project requirements. The main files are:

    • src/routes/__index.tsx: Contains the main page component.
    • src/root.tsx: Entry point for the Remix application.
    • src/entry.client.tsx: Entry point for the Remix client.
    • src/entry.server.tsx: Entry point for the Remix server.
    • src/tailwind.css: Contains the Tailwind CSS configuration.

Deploy

🚀 You can deploy your own version of the template to Genezio with one click:

Deploy to Genezio

Genezio CLI Commands

Genezio also provides a CLI tool that you can use to deploy your project from your machine. All commands are run from the root of the project, from a terminal:

Command Action
npm install -g genezio Installs genezio globally
genezio login Logs in to genezio
genezio local Starts a local server
genezio deploy Deploys a production project
genezio --help Get help using genezio

Learn more

To learn more about Genezio, take a look at the following resources:

Contact

If you need support or you have any questions, please join us in our Discord channel. We'd love to chat!

Built With