Skip to content

securepollingsystem/my-preact-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-preact

Get started using Preact and Vite!

Getting Started

  • npm run dev - Starts a dev server at http://localhost:5173/ or whatever port is configured in vite.config.js

  • npm run dev -- --host - same as above but allows for connections to other than localhost, such as external IP address

  • npm run build - Builds for production, emitting to dist/

  • npm run preview - Starts a server at http://localhost:4173/ to test production build locally

  • npm run preview -- --port 8990 --host - same as above but on port 8990 and allows connections from outside localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published