Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/basemax/firsttypescriptweb

es6 eslint eslint-config javascript nodejs ts typescript typescript-eslint web webpack webpack-config webpack-configuration

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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