A web applications that allows execute user's code in the browser (like CodePen). Project was deployed with using multi-package architecture to NPM.
- TypeScript
- Lerna
- Commander
- React
- Redux & Redux Toolkit
- NPM registry
- Axios
- HTML
- CSS
- To install package use:
- Next, to run application use:
- You should see bellow information:
-
Go to http://localhost:4005/
-
Application is running :) You can add some code or write documentation.
-Add some code formatting after "format" button is clicked.
- And execute it in next cell!
- If you finish your work, in main directory you will see a file with all of code you write.
- add some default code and notes when user first opens a application ( to help understend how it works)
- clean up the code