Quickstart
Download the strudel-kit code:
npx degit strudel-science/strudel-kit my-app
This will generate a base web application with all of the Task Flow templates in a new directory called my-app
. The name my-app
can be replaced with any name you like. It's typical to use all lowercase kebab-case for project names.
Go into the new directory:
cd my-app
Install the app dependencies:
npm install
Start up your app locally:
npm start
Open your app in the browser at http://localhost:5175
Customize Task Flow templates in src/pages
.