Skip to content

NicLLLLef/stackblitz-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackBlitz Demo

This is a simple demo that creates an interactive StackBlitz environment right in your webpage.

Setup

  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Deployment

You can deploy this project to:

  1. Vercel:

    • Install Vercel CLI: npm i -g vercel
    • Run: vercel
  2. Netlify:

    • Install Netlify CLI: npm i -g netlify-cli
    • Run: netlify deploy
  3. GitHub Pages:

    • Push to a GitHub repository
    • Enable GitHub Pages in repository settings

Features

  • Live code editing environment
  • Interactive UI elements
  • Real-time preview
  • JavaScript console access

Releases

No releases published

Packages

No packages published

Languages