This is an example of scaffolding for a web app using TypeScript and Parcel.
IMPORTANT: The placeholders must be replaced with their actual values, please change occurrences of:
AndresCalimero
(GitHub user) andts-webapp-template
(repo name) in README.mdts-webapp-template
with the name of the library in package.json@andrescalimero
with the GitHub username in lowercase in package.jsonAndresCalimero
(GitHub user),ts-webapp-template
(repo name),Andres Calimero
(author name) andandrescalimero@hotmail.es
(author email) in package.jsonAndres Calimero
(author name) and2020
(year) in LICENSEAndresCalimero
(GitHub user) andts-webapp-template
(repo name) in CONTRIBUTING.md
Due to limitations in GitHub Actions you have to provide a GitHub PAT (Personal Access Token) if you want to publish your app automatically on every release, to provide the PAT you have to set the variable ACCESS_TOKEN
in your repository's secrets with the token as the value. The token should have access to the repo
scope.