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

https://github.com/flareact/flareact-template

Template for Flareact projects
https://github.com/flareact/flareact-template

Last synced: about 1 year ago
JSON representation

Template for Flareact projects

Awesome Lists containing this project

README

          

# Flareact Template

Get started with Flareact by installing [Wrangler](https://github.com/cloudflare/wrangler) and running:

```bash
wrangler generate my-project https://github.com/flareact/flareact-template
```

Next, fill in `account_id` and `name` inside your `wrangler.toml` file.

Finally, run `yarn dev` to see magic happen 🎉

Go edit a page in your `/pages` directory to get started 👍

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button?paid=true)](https://deploy.workers.cloudflare.com/?url=https://github.com/flareact/flareact-template&paid=true)