BaseMax / FirstTypescriptWeb

A starter package to develop client website in typescript, this config will generate a single JS file and use it at HTML files. also has ESLiner config and web-pack config to compress and handle files.

Home Page:https://basemax.github.io/FirstTypescriptWeb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Typescript Web

A starter package to develop client website in Typescript, this config will generate a single JS file and use it at HTML files. also has ESLiner config and web-pack config to compress and handle files.

Demo: https://basemax.github.io/FirstTypescriptWeb/

Using

yarn install
yarn b
yarn serve

Input Source

All of your sources are available at the src/ directory and the main entry point is src/index.js. You can easily use import the other files and export default in the source.

Output

The output file is just a single JS file and it's available at script.js at the root outside of src directory.

Any kind of help is welcome. send your Pull request. Thanks.

© Copyright Max Base, 2021

About

A starter package to develop client website in typescript, this config will generate a single JS file and use it at HTML files. also has ESLiner config and web-pack config to compress and handle files.

https://basemax.github.io/FirstTypescriptWeb/

License:GNU General Public License v3.0


Languages

Language:HTML 47.6%Language:JavaScript 43.2%Language:TypeScript 9.2%