create-playjs
v0.0.13
Published
<p lang="es" align="right"> <a href="./README.es.md">🎉 Ahora también en español</a> </p>
Downloads
3
Readme
🟨PlayJS
Try your JavaScript code online. Start programming now.
Current Features
- TypeScript support
- NPM packages may be imported
- Asychronous requests to APIs
- Download & upload code to/from your computer
- Share the current state of your code with others
- Embed your code in another website
Contributing
If you think PlayJS is a cool project and you would like to do your bit, check out How to Contribute for more information.
Set up locally
- Clone the repository on your local machine with
git clone https://github.com/salteadorneo/PlayJS
. Alternatively, you can download the project as a ZIP file. - Go to the project folder and, using your terminal, execute the command
npm install
to install the dependencies. - After the installation has finished, execute
npm run dev
to start a local server. - Open your browser and visit http://127.0.0.1:5173/ or http://localhost:5173/