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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T06:28:14.000Z (over 4 years ago)
- Last Synced: 2025-01-27T06:19:53.414Z (5 months ago)
- Topics: landing-page, postcss, snowpack, tailwindcss
- Language: HTML
- Homepage: https://ean-interest.surge.sh
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)