This is a starter project for developing Webflow Webapps using a Cloudflare Worker backend. You can read more about it here
- Initialise this project locally using these steps
npx thind@latest dev --init- CLi will ask you to choose the name of the project. Use any name. i.e., my-webflow-app
- CLI will give you to choose a template to start, Choose Full Stack and press enter
- Now you will have a folder with the project name you chose in step 2
- Run the following commands to start the development server
npm run devcd server && npm run dev