# fast-element-typescript-starter **Repository Path**: mirrors_claviska/fast-element-typescript-starter ## Basic Information - **Project Name**: fast-element-typescript-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-01 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Purpose A reusable template for getting started with Microsoft's FAST Element web component library. ## What's included? - Typescript setup - Web-dev-server - Web-test-runner - Initial structure - Example counter component with tests. - Changelog generation with `standard-changelog` - Linting with `ts-standard` - [Custom Elements manifest generation](https://custom-elements-manifest.open-wc.org/analyzer/getting-started/) ## Getting started Click the `clone from template` button on Github. Then, in your new repo do the following: ```bash yarn install yarn start ``` Navigate to `localhost:8000` and find the magic of the counter component. ## Moving forward Check out the `package.json` for all possible scripts.