A sample node application to showcase the use of CircleCI
Ensure that you have Node v18.15.0 or higher installed on your local machine.
node --versionInstall the dependencies.
npm installNavigate to the current application root directory, and start the server.
# Development mode
npm run dev
# Prod mode
npm run startIf everything goes well, the server will serve the application at http://localhost:5000/