mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 18:32:16 +02:00
* Create README.ml.md Readme Translated to Malayalam Signed-off-by: Justin J Daniel <62233773+Justinjdaniel@users.noreply.github.com> * Open in Visual Studio Code Badge added Signed-off-by: Justin J Daniel <62233773+Justinjdaniel@users.noreply.github.com> * Translate for-teachers.md Malayalam * moved 'Open in Visual Studio Code' badge ⬇️ * Checked and corrected all the paths * Open in Visual Studio Code Badge added * Corrected Image path * Create README.ml.md * Create README.ml.md * Create README.ml.md * Added full path of PDF wrt. issue #507
14 lines
1.6 KiB
Markdown
14 lines
1.6 KiB
Markdown
# ബാങ്ക് ആപ്പ്
|
|
|
|
> വാനില HTML5, CSS, JavaScript എന്നിവ ഉപയോഗിച്ച് നിർമ്മിച്ച ബാങ്ക് ആപ്പ് പ്രോജക്റ്റിനുള്ള ഉദാഹരണ പരിഹാരം (ചട്ടക്കൂടുകളോ ലൈബ്രറികളോ ഉപയോഗിച്ചിട്ടില്ല).
|
|
|
|
## ആപ്പ് പ്രവർത്തിപ്പിക്കുന്നു
|
|
|
|
ആദ്യം നിങ്ങൾക്ക് [API സെർവർ](../api/README.md) പ്രവർത്തിക്കുന്നുണ്ടെന്ന് ഉറപ്പാക്കുക.
|
|
|
|
ആപ്പ് പ്രവർത്തിപ്പിക്കാൻ ഏത് വെബ് സെർവറും ഉപയോഗിക്കാം, എന്നാൽ API പ്രവർത്തിപ്പിക്കുന്നതിന് നിങ്ങൾക്ക് [Node.js](https://nodejs.org) ഇൻസ്റ്റാൾ ചെയ്തിരിക്കേണ്ടതിനാൽ, നിങ്ങൾക്ക് ഇവ ചെയ്യാനാകും:
|
|
|
|
1. ഈ റിപ്പോ Git ക്ലോൺ ചെയ്യുക.
|
|
2. ഒരു ടെർമിനൽ തുറക്കുക, തുടർന്ന് `npx lite-server solution` റൺ ചെയ്യുക. അത് `3000` പോർട്ടിൽ ഒരു വികസന വെബ് സെർവർ ആരംഭിക്കും
|
|
3. ആപ്പ് പ്രവർത്തിപ്പിക്കുന്നതിന് ഒരു ബ്രൗസറിൽ `http://localhost:3000` തുറക്കുക.
|