Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/basemax/firsttypescriptweb
- Owner: BaseMax
- License: gpl-3.0
- Created: 2021-08-10T09:56:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T11:59:09.000Z (over 3 years ago)
- Last Synced: 2025-02-04T07:15:38.281Z (7 days ago)
- Topics: es6, eslint, eslint-config, javascript, nodejs, ts, typescript, typescript-eslint, web, webpack, webpack-config, webpack-configuration
- Language: HTML
- Homepage: https://basemax.github.io/FirstTypescriptWeb/
- Size: 160 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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