MonkeyAndres / code-sandbox

🔮 It's a small node sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-SandBox

It's a small node sandbox.

Usage

# Clone the repo
git clone https://github.com/MonkeyAndres/code-sandbox.git
# Enter the repo folder
cd code-sandbox
# Install dependencies
npm install
# Run index.js
npm start 

Now edit the index.js file with anything that you want.

Features

  • Build in node
  • Uses nodemon for hot reload
  • Reset command to reset the workspace

API

  • npm start Runs index.js with nodemon
  • npm run reset Remove all the dependencies and reinstall nodemon

About

🔮 It's a small node sandbox


Languages

Language:JavaScript 100.0%