Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T06:28:14.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T17:37:07.326Z (almost 2 years 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)