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

@frietjs/create-foo

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frietjs/create-foo

An easy way to create a project

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Blits-create

Getting Started

To get started with creation of Blits application, follow these simple steps to set up your development environment and create your first Lightning 3 App.

Installation

  1. Open your terminal or command prompt.

  2. Run the following command to start a new Blits Lightning 3 App project:

npm create @lightningjs/blits@latest

You will be guided through a short series of questions to generate a new project with all the boilerplate code you need to start building your own Lightning 3 App.

  1. Navigate to the newly created project directory and install the project dependencies:
cd my_blits_app
npm install

Running Your App

  1. After installing the dependencies, you can start your development server by running:
npm run dev

This command will create an application bundle and launch a development server using Vite.

Once the server is up and running, open your web browser and navigate to the URL displayed in the console. Congratulations! You now have your brand new Blits Lightning 3 App up and running.

Coding environment

You can use any code editor of your preference to further develop your Blits App.

We recommend using VS code, since we have a dedicated VS code extension for Blits that provides better syntax highlighting, code completion, error checking, and other features to make working with Blits easier.

FAQs

Package last updated on 02 Oct 2024

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