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

create-alpine-app

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-alpine-app

![Create Alpine App Screenshot](https://cdn.devdojo.com/images/june2023/create-alpine-app.png)

  • 0.0.8
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Create Alpine App

Create Alpine App Screenshot

Create an Alpine and Tailwind app with a single command. Similar to how React has Create React App, this is the equivalent to get you up and running with a simple static Alpine application.

Installation

Install and get running with the following commands:

npx create-alpine-app my-app
cd my-app
npm run dev

Usage

Now, you can edit the index.html file in the root directory. Alpine is loaded in the index.js, and Tailwind is loaded in the index.css file. Hot Reloading Enabled 🔥

Hot Reloading

You can update the directory or file type that you want the watcher to look for inside of the handleHotUpdate method inside of alpine-vite-plugin.js.

Building for production

If you want to distribute this application, you can run:

npm run build

And you're application will be built inside of the /dist folder.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

FAQs

Package last updated on 23 Jun 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