jsandboox
v1.2.3
Published
## About
Downloads
9
Readme
Getting Started with JSandBoox
About
This is an interactive coding environment. You can write Javascript, see it executed, and write down all your documentation in this markdown section.
- Click any text cell to edit it.
- The code in each code editor is all joined together into one file; if you define a variable in cell #1, you can refer to this variable in any following cell.
- You can show any React component, string, number, or anything else by calling the
show()
function. This is a function built into the this environment. Call show multiple times to show multiple values! - Re-order or delete cells using the buttons on the top right
- Add new cells by hovering on the divider between each cell
All changes get saved to the file you opened the app with; i.e., npx jsandboox serve test.js
would save all the text and code you write to the test.js
file.
Available Scripts
npm start
From the main jsandboox directory.
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
If running from CLI, you will also need to run
node index.js serve
from the dist folder located inside the cli
directory.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.