File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2201,8 +2201,8 @@ <h3 id="installation-without-hyperflask-start">Installation without Hyperflask-S
22012201< li > Create your project directory: < code > mkdir example-project && cd example-project</ code > </ li >
22022202< li > Create and activate a virtualenv: < code > python -m venv .venv && source .venv/bin/activate</ code > </ li >
22032203< li > < code > pip install hyperflask</ code > </ li >
2204+ < li > Run < code > npm install esbuild tailwindcss @tailwindcss/cli htmx.org htmx-ext-sse bootstrap-icons daisyui</ code > </ li >
22042205< li > Run < code > mkdir pages && echo "Hello world" > pages/index.jpy</ code > </ li >
2205- < li > Run < code > npm install</ code > </ li >
22062206< li > Start a development server using < code > hyperflask dev</ code > </ li >
22072207</ ol >
22082208
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments