Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-gluestack-v2-app

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-gluestack-v2-app

A fullstack framework.

  • 0.1.33
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

gluestack Project

This is a gluestack project bootstrapped with create-gluestack-v2-app.

Getting Started

Before running the development server, you need to install the bolt command because gluestack uses bolt to run project. If you haven't installed it yet, run the following command:

npm install -g @gluestack/bolt@latest 

For more information about bolt, refer to the official bolt documentation.

Once you have installed bolt, you can start the development server by running the following command:

node glue start

Once the development server is up and running, open http://localhost:3000 in your browser to see the result. You can begin editing the page by modifying client/web/pages/index.tsx. The page will auto-update as you edit the file.

Usage

To install a plugin, use the node glue add <plugin-package> <instance-name> command. Replace with the name of the plugin you want to install. For example, to install the gateway plugin, run:

node glue add @gluestack-v2/glue-plugin-service-gateway gateway

Learn More

To learn more about gluestack, explore the following resources:

  • Official Documentation: Visit the official gluestack documentation to learn about its features and API.
  • GitHub Repository: You can check out the gluestack GitHub repository for the latest updates, issues, and contributions. Your feedback and contributions are welcome!
  • Plugin Documentation: If you want to use specific plugins and learn more about their configurations and usage, refer to the plugin documentation section in the gluestack documentation. Here you will find details about each available plugin and how to integrate them into your gluestack project.

Deploy

For deployment instructions and more details, please refer to our gluestack deployment documentation.

Keywords

FAQs

Package last updated on 01 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc