# Typescript Tailwind Frontend Template
This template has been configured with all of the tools required to create a Single Page Application (SPA) using vanilla TypeScript and TailwindCSS.
List of tools:
git clone https://github.com/nrabhiram/typescript-tailwind-frontend-template.git
npm install
to install all of the project's dependenciesnpm run build-dev
npm run start
prettier-format
- run the autoformatterlint
- run the lintertest
- run the specstest-filter <spec-name>
- run a specific speccoverage
- get a coverage report of the specsbuild
- build the project files for distributionbuild-dev
- build the project files for developmentstart
- run the local development serverThe project is available as open source under the terms of the MIT License.