Shared Music DB is a very small web app to store music, you would like to share with friends.
| components | ||
| out | ||
| pages | ||
| utils | ||
| .gitignore | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| wrangler.toml | ||
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 👍