Sample Frontend Code Structure for Beginners.
- PreRequisites (Node.js 6.x above should be installed on system)
-
Git Clone or Download application zip from git repo.
-
From command prompt, type "npm install" and press enter, to install library dependencies.
-
Type "npm start" and press enter, to start the application.
-
From browser, access http://localhost:3000/views/login.html
(Even If Node.js is not available)
Please browse ."web_root" to have an an understanding of how "html\css\javascript" for each page is organized in the application.