An opinionated starter project for using typescript in the browser.
- update
package.json
and replace thepublicURL
with the name of your repository - update the project name in
package.json
- update the github url in
package.json
npm run develop
- start an interactive server which live-reloads changes
npm run build
- run the production build
npm run check
- run the typescript compiler to check types in the project
- Parcel
- Typescript
- eslint
- prettier
- husky