mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-19 04:52:06 +02:00
Added intial files for hindi translation
This commit is contained in:
13
7-bank-project/solution/translations/README.hi.md
Normal file
13
7-bank-project/solution/translations/README.hi.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Bank app
|
||||
|
||||
> Example solution for the bank app project, built with vanilla HTML5, CSS and JavaScript (no frameworks or libraries used).
|
||||
|
||||
## Running the app
|
||||
|
||||
First make sure you have the [API server](../api/README.md) running.
|
||||
|
||||
Any web server can be used to run the app, but since you should have [Node.js](https://nodejs.org) installed anyway to run the API, you can:
|
||||
|
||||
1. Git clone this repo.
|
||||
2. Open a terminal, then run `npx lite-server solution`. It will start a development web server on port `3000`
|
||||
3. Open `http://localhost:3000` in a browser to run the app.
|
Reference in New Issue
Block a user