Skip to content

Commit 9992c83

Browse files
authored
Fix Vite and deprecate CRA (#380)
* lint * examples: cra and vite * vite * docs * patches * readme * rm ipynb
1 parent f97abe0 commit 9992c83

File tree

136 files changed

+661
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+661
-262
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kill: ## kill
3333

3434
start: ## start
3535
($(CONDA_ACTIVATE) ${ENV_NAME}; \
36-
npm run start )
36+
npm start )
3737

3838
clean: ## deletes node_modules, lib, build... folders and other generated info, lock, log... files
3939
find . -name node_modules | xargs rm -fr {} || true
File renamed without changes.
File renamed without changes.

examples/cra/README.md renamed to attic/cra/README.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)