Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/organique0/udemy_xnote
it has X in the name.
https://github.com/organique0/udemy_xnote
esbuild-wasm immer react redux-thunk typescript vite
Last synced: about 2 months ago
JSON representation
it has X in the name.
- Host: GitHub
- URL: https://github.com/organique0/udemy_xnote
- Owner: Organique0
- Created: 2023-12-12T22:17:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T15:31:40.000Z (about 1 year ago)
- Last Synced: 2023-12-26T17:12:18.574Z (about 1 year ago)
- Topics: esbuild-wasm, immer, react, redux-thunk, typescript, vite
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/xnote
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introducing xbook, a versatile npm application that seamlessly combines note-taking with live code execution. Effortlessly jot down your thoughts, organize ideas, and experiment with code snippets—all within dedicated, executable windows. Crafted for efficiency and productivity, xbook offers a dynamic environment where your notes come alive with executable code, empowering you to create, learn, and innovate in one unified platform.
===========
Run 'npx xnote serve' to install and start the server then navigate to the given url address.
===========
sidenote: Pretty interesing project. React part was like the usual, Redux was a nice addition, but the whole creating of a cli, server and publishing to NPM were new and showed me how packages, that I have been using this whole time, are even created.
Also Lerna and ESBuild WASM are great.