File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/develop/concepts/custom-components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ Clone the [component-template GitHub repo](https://github.com/streamlit/componen
104
104
# React template
105
105
template/my_component/frontend
106
106
npm install # Initialize the project and install npm dependencies
107
- npm run start # Start the Webpack dev server
107
+ npm run start # Start the Vite dev server
108
108
109
109
# or
110
110
111
111
# TypeScript-only template
112
112
template-reactless/my_component/frontend
113
113
npm install # Initialize the project and install npm dependencies
114
- npm run start # Start the Webpack dev server
114
+ npm run start # Start the Vite dev server
115
115
```
116
116
117
117
2 . _ From a separate terminal_ , run the Streamlit app (Python) that declares and uses the component:
You can’t perform that action at this time.
0 commit comments