Skip to content

msgimanila/svelte-getting-started

 
 

Repository files navigation

Join our community Follow @geneziodev

Svelte Getting Started

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

Usage

Clone the Repository

git clone https://github.com/Genez-io/svelte-getting-started
  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.

  3. Modify the Template

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

    • src/App.svelte: Contains the main Vue component.
    • src/main.ts: Entry point for the Vue application.
    • src/style.css: Contains the CSS styles.

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

Next Steps

After setting up the template, here are some recommended next steps:

Learn more

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

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

Built With


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 69.5%
  • CSS 17.1%
  • JavaScript 5.0%
  • HTML 4.4%
  • TypeScript 4.0%