Skip to content

Renstrio24p/Standalone-Typescript

Repository files navigation

Pure Vanilla Typescript ECMAScript 10

Standalone Typescript - is a tool where it can renders the same thing as react and my previous Standalone-Typescript structure with Major differences since JS is a Imperative Style.

  • Bundler Webpack JS

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.ts see the difference between JS and TS

  • in ts it has specific HTMLType include in which type of a variable or a document.

image

  Start.ts

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 Typescript

  $ npx @standalone-stacks/typescript <project name>

to Start your project server

  $ npm start

to build deployment ./dist

  $ npm run build