Welcome to the Express Training app repository. This app is a training project to learn how to use Express.js framework.
To install the app, follow these steps:
- Run the command
npm install
to install the dependencies.
- Run
npm run dev
to start development server - Open your web browser and navigate to http://localhost:4000 to view the app.
Node.js Express.js