An easy way to get started with JavaScript on the command line. Read more about it.
git clone git@github.com:rwieruch/minimal-node-application.git
cd minimal-node-application
npm install
npm start
- optional: include .env in your .gitignore
An easy way to get started with JavaScript on the command line. Read more about it.
git clone git@github.com:rwieruch/minimal-node-application.git
cd minimal-node-application
npm install
npm start