Ecosyste.ms: Awesome

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

https://github.com/bensmithett/tropical

Fast, mostly-just-HTML static sites with islands of client-side JS. Click the "Use this template" button ↖️
https://github.com/bensmithett/tropical

fela hydration islands jamstack json-feed jsonfeed markdown mdx netlify react static-site-generator storybook vite

Last synced: about 2 months ago
JSON representation

Fast, mostly-just-HTML static sites with islands of client-side JS. Click the "Use this template" button ↖️

Lists

README

        

# [Tropical](https://tropical.js.org/) 🏝

This is a [template repo](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template). Click the green "Use this template" button 👆 to get started, or [read the docs](https://tropical.js.org/) to find out more about building static sites with Tropical.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/bensmithett/tropical)

---

Welcome to your new [Tropical](https://tropical.js.org/) site!

Using your choice of `npm`, `yarn` or `pnpm`, install dependencies then (using `yarn` as an example)...

- **`yarn dev`** starts a dev server at [localhost:3000](http://localhost:3000/)
- **`yarn build`** builds the static site into `dist/static`
- **`yarn stories`** starts [Ladle](https://ladle.dev/)
- **`yarn page my-new-page`** scaffolds a file for a new page
- **`yarn component MyNewComponent`** scaffolds files for a new component

Check out [the docs](https://tropical.js.org) or dive in and explore the `src` directory.

---

🐞 [**Issues**](https://github.com/bensmithett/tropical/issues) for bugs, ✨ [**discussions**](https://github.com/bensmithett/tropical/discussions) for questions, feature requests, or just to show off what you've built — I'd love to see it!