Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/takenote-vite
https://github.com/suhailvs/takenote-vite
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhailvs/takenote-vite
- Owner: suhailvs
- Created: 2024-09-29T11:57:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:35:32.000Z (11 days ago)
- Last Synced: 2024-11-04T14:25:40.930Z (11 days ago)
- Language: TypeScript
- Homepage: https://takenote-vite.vercel.app
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
https://www.youtube.com/watch?v=SqcY0GlETPk
this project is setup using `$ npm create vite@latest`
```
$ git clone https://github.com/mylearnit/takenote-vite
$ cd takenote-vite
$ npm i
$ npm run dev
```For react 19+ you need to force install
```
$ npm i --legacy-peer-deps react-split-pane
$ npm i --legacy-peer-deps sass-embedded
```For build there is splitpane bug, to fix check:
https://github.com/tomkp/react-split-pane/issues/830#issue-1361281812
edit:`node_modules/react-split-pane/index.d.ts`