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