/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.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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