🚀
JBook (CLI, Local API, Local Client)
Complete project of React and Typescript: Build a Portfolio Project course. You can find the whole repo at Github or NPM. You can also find the code for local client (React app) at this Git repo.
Technology used
Quick Start
Download the zip file or Clone this repo, using:
git clone https://github.com/MadAitcH/jbook_complete.git
Install the dependencies:
npm install
Running Published App At NPM
- Install globally
npm install -g bronote
- Using npx
npx bronote serve
CLI Options
bronote serve
bronote serve [filename]
bronote serve --port <number>
bronote serve [filename] --port <number>
bronote serve -p <number> [dir]/[filename]
- The default filename is
notebook.js
.