Rapi is my first practical HBS & JS web app. It’s a small project I made, mainly for beginners to learn from.
Developer / Owner: Lasith Ruwantha
Rapi is a simple web app built with HBS (Handlebars) and JavaScript. The main purpose of this project is to help beginners understand how basic Node.js modules and web app structure work.
-
Learn Node.js modules like:
expressaxioscheeriogis
-
Simple routes and page rendering with HBS.
-
Basic web app structure for beginners.
- Some parts of the code may contain bugs.
- Certain features might not work because this is an old project.
- I had very little knowledge back then, so the code is simple and sometimes messy.
- Even with these limitations, you can still learn basic Node.js and web app development concepts.
- Clone the repository.
- Install dependencies:
npm install npm run start