A Node.js starter to directly run the generated code by Tinking
- Clone the repository
git clone https://github.com/baptisteArno/tinking-code-starter.git
cd tinking-code-starter
- Install dependencies
npm i
- Paste the code from Tinking in
./index.js
- Run the script
npm start