To run spin app

npm install 
spin build -up

curl localhost:3000/

To run node app

npm install
npx webpack -c webpack.config.node.js
node dist/server.js

curl localhost:3000/
``