Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)