Skip to content

Renstrio24p/Standalone-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Vanilla Javascript ECMAScript 10

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

image

  Start.js

image

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