Shared Music DB is a very small web app to store music, you would like to share with friends.
Find a file
2021-04-16 16:50:24 +02:00
components Adder now uses authentication data 2021-04-11 18:10:05 +02:00
out Wrangler init flareact 2021-04-10 18:37:20 +02:00
pages Added Timeline functionality 2021-04-16 16:50:24 +02:00
utils Adder now works, response helpers added 2021-04-11 16:50:48 +02:00
.gitignore Wrangler init flareact 2021-04-10 18:37:20 +02:00
index.js Adjusted my usual skeleton 2021-04-10 18:53:41 +02:00
package-lock.json Added tailwind css 2021-04-10 20:04:17 +02:00
package.json Added tailwind css 2021-04-10 20:04:17 +02:00
postcss.config.js Added tailwind css 2021-04-10 20:04:17 +02:00
README.md Wrangler init flareact 2021-04-10 18:37:20 +02:00
tailwind.config.js Fixed tailwind bug 2021-04-10 21:35:59 +02:00
wrangler.toml Added some general things 2021-04-10 19:36:35 +02:00

Flareact Template

Get started with Flareact by installing Wrangler and running:

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