Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NazimHAli authored Nov 8, 2021
1 parent c67d5cb commit 3137d38
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Svelte starter template/boilerplate using a modern build process - Vite as the d
- PostCSS: Autoprefixer, PurgeCSS
- Code splitting
- Lazy loading
- High [PageSpeed scores](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsvelte-template-prod.vercel.app%2F)
- Both high since it's a simple demo:
- Mobile: 94-100
- Desktop: 100
- GitHub actions to run build, unit and Cypress tests

## Quick start
Expand Down Expand Up @@ -42,14 +46,6 @@ Production build assets are stored in `dist`. Static assets can be deployed to a

Google App Engine example configuration stored in `app.yaml` and demo deployed to vercel.

## Goals

1. Use web dev best practices
2. Improve TypeScript
3. Keep [PageSpeed](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsource-285017.uc.r.appspot.com%2F&tab=desktop) score > 90

- Current score is ~90-100, but need to make it real by adding services, logging..etc and use that score

## TODO

- [x] Cleanup unused packages
Expand Down

1 comment on commit 3137d38

@vercel
Copy link

@vercel vercel bot commented on 3137d38 Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.