This project was bootstrapped with Learn and Create React App. It is an extension of jbook project.
Organise-my-js is aslo available as an npm package javascriptdocs
This project is using lerna to manage packages. Before you run npm run start
that starts all packages in parallel, you should cd
to /packages/local-client
and run npm install
.
In the project directory, you can run:
Runs the jbook app (local-client) and local-api in the development mode in parallel. UI is available at http://localhost:3000.
For local development you can use cli
folder and start local-api from there by running:
node index.js serve