Skip to content

The best web coding environment where you can write and compile javascript code, as well as writing notes.

License

Notifications You must be signed in to change notification settings

NightClover-code/web-coding-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Coding Env

The best web coding environment where you can safely write and execute javascript code, as well as documenting your code using markdown editors.

Preview

Getting Started

This Project uses a CLI to start a local express API, which serves the react app. To get started, install the package from npm or yarn as shown below:

npm install web-coding-env@latest
or
yarn add web-coding-env@latest

Starting the server

After installing the package, open your favourite command line and enter the following command:

npx web-coding-env serve

This command will open notebook.js and start the server at the port 4005 as a default port.

You can open your own file and start the server on any port you want by executing the command:

npx web-coding-env serve <file> --p <port>

When you open the app for the first time, you will receive instructions on how to use it.

Author

Thanks for sharing 🚀

About

The best web coding environment where you can write and compile javascript code, as well as writing notes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published