Standalone Javascript - is a tool where it can renders the same thing as react with Major differences since JS is a Imperative Style.
Features
- Modular SCSS / Sass / CSS
- Web Security
- ES6+ Rendering System
Web Security
-
Add Hashing Generator to Hide the Actual id
-
No Caches Policy
in index.js
Start.js
Requires : Node JS
Make sure you download it right away.
Windows - https://nodejs.org/dist/v18.16.0/node-v18.16.0-x64.msi
Mac OS - https://nodejs.org/dist/v18.16.0/node-v18.16.0.pkg
install Standalone Javascript
$ npx @standalone-stacks/javascript <project name>
to Start your project server
$ npm start
to build deployment ./dist
$ npm run build