1.2.3 • Published 3 years ago

jsandboox v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.2.3

3 years ago

1.1.4

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago