Nova
Simple framework for websites and web applications.
Credit
Author : Techie Joe
Year : 2025
Version : 0.1.0
LICENSE : MIT
Development Software
- Visual Studio Code (VsCode) or any suitable code editor.
- NodeJS JavaScript runtime and NPM package manager.
Visithttps://nodejs.org/. - GitHub or any suitable git for version control.
Visithttps://desktop.github.com/download/. - VsCode Extension : HTML CSS Support.
- VsCode Extension : Pug (jade) formatter.
- VsCode Extension : Pug beautify.
- VsCode Extension : SCSS Formatter.
- VsCode Extension : SCSS ItelliSense.
- VsCode Extension : TypeScript.
Development Setup
- Clone from git to your local drive.
- Open terminal and run the following commands:
- Run
npm installto install all dependencies. - Run
gulpto build the project. - Run
gulp watchto build the project and watch for changes.
Directory Notes
- src : source file.
- site : compiled site.
- gulpfile.js : the gulper task definitions.
- package.json : node project metadata.
- _TODO : developer notes to focus & drive progress.
| HOME | View source on GitHub |