Back to Home

Bank app

Running the app First make sure you have the API server running. Any web server can be used to run the app, but since you should have Node.js installed anyway to run the API, you can: 1. Git clone this repo. 2. Open a terminal, navigate to this directory, then run npx lite-server .. It will start a development web server on port 3000 3. Open http://localhost:3000 in a browser to run the app.


            
Example:

Follow the lesson from Microsoft Web-Dev-For-Beginners course

Tags: web,development