- Cloud computing for programmers project which integrates Node.js and AWS and their services
npm install packageName
to install any packages to run code locally (change packageName with whatever package need to be installed)npm start
to start the servernpm run lint
to run code and know about issues/error that need to be fixed in codenpm run dev
to run the code in dev envnpm run debug
to run the code with debugging by using debuggernodemon
to run code with ability to automatically reload our server whenever the code changes
Locally server starts at port number localhost:8080