https://github.com/vcjpierre/tails
A simple landing page Tailwind CSS + Snowpack starter
https://github.com/vcjpierre/tails
landing-page postcss snowpack tailwindcss
Last synced: 3 months ago
JSON representation
A simple landing page Tailwind CSS + Snowpack starter
- Host: GitHub
- URL: https://github.com/vcjpierre/tails
- Owner: vcjpierre
- Created: 2021-01-21T04:46:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-09T20:12:19.000Z (3 months ago)
- Last Synced: 2026-04-09T22:12:04.307Z (3 months ago)
- Topics: landing-page, postcss, snowpack, tailwindcss
- Language: HTML
- Homepage: https://ean-interest.surge.sh
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Landing Page
A landing page using Snowpack, PostCSS and Taildwind CSS
## How to run on localhost
First install dependencies:
```sh
npm install
```
To run in dev mode mode:
```sh
npm start
```
Then go to http://localhost:8080
To create a production build:
```sh
npm run build
```
## Credits
Made with [createapp.dev](https://createapp.dev/) and [TailwindCSS Page Creator](https://devdojo.com/tails)