Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 468 Bytes

nodejs-express-axios-starter

How to start the application

  1. Run npm install to install application dependencies
  2. Start the application with npm start or npm run dev to reload the server when changes are made
  3. To check that your application is running enter url http://localhost:3000

Backend

  1. Follow the steps to run the backend for this application here