On first check out run
npm install
to load all node_modules.
This project has been created using webpack-cli, you can run
npm run build
to bundle your application or
npm run serve
to start the application on localhost 🚀
Run
node .\test.js
to work and debug in Node.js.