Template to build Preact apps using Parcel.
Clone the template:
git clone git@github.com:metonym/template-typescript-parcel-preact.git
cd template-typescript-parcel-preactInstall its dependencies:
yarn installRuns the project in development mode and watches for any changes.
Builds the project for production.
Runs test suites and generates a coverage report.
Runs tests in Test-driven Development (TDD) mode.
To ensure that committed code follows conventions, this project uses prettier, tslint and git hooks (via husky) to automate the linting and formatting of code and commit messages.
This template uses Travis CI to build and test remote changes.