1.0.0 • Published 2 years ago

@jsnote-dmohindru/local-client v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Description

  • Project intro
  • This project demonstrates how to use ESBuild to transpile a code in a web browser using React app
  • Use cli to lauch a project Intro video

Library used

This project uses following library

  • monaco editor: To provide a nice code editing experience for users.
  • esbuild: To transpiler code written in web browser in executable javascript code.
  • prittier code formatter: To format code written by user in monaco editor.
  • bulmaswatch: css library for overall styling of application.
  • react-resizable: to resize react components
  • uiw/react-md-wd: for markdown editor in this application
  • immer: for simplified state reducers implementations
  • fortawesome/fontawesome: To use icons for button
  • Learna CLI : To manage multi package project Link

Scripts

Create a react project with typescript support

npx create-react-app 04-jbook --template typescript

Install exact dependencies

npm install --save-exact esbuild-wasm@0.8.27