debaser-jsnote
v1.5.3
Published
JSNote is an application that uses a CLI to launch an interactive development environmnet for writing and document JavaScript code. It was built by following along with this Udemy [course](https://www.udemy.com/course/react-and-typescript-build-a-portfoli
Readme
JSNote
JSNote is an application that uses a CLI to launch an interactive development environmnet for writing and document JavaScript code. It was built by following along with this Udemy course by Stephen Grider.
It is implemented with React, TypeScript, Redux, Lerna, Express, CSS, and Node.JS. The entire application can be separated into three sub-projects: the CLI, the local Express API, and the React application.
For the packages, @debaser-jsnote itself corresponds to the CLI, while the child packages local-api and local-client correspond to the Express API and the React application, respectively.
