Project Structure

project-root/
├── app.js                # Express entry point
├── routes/
│   └── router.js          # Main routes
├── RocketFramework/
│   └── plugins/
│       └── pluginExample.js
│   └── RocketFramework.js
│   └── Celems.js
│   └── Chvars.js
│   └── HowToUse.js
├── structure/
│   └── pages/
│       └── main.html     # HTML templates
│   └── styles/
│       └── main.css      # Injected CSS styles
│   └── scripts/
│       └── main.js      # Injected JS script

⏭ Next module

Beginning

🔙 Previous module

RocketCode Framework

Last updated