Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terkelg/starter
No tooling starter because simplicity is the ultimate sophistication.
https://github.com/terkelg/starter
boilerplate frontend html javascript starter-project
Last synced: 7 days ago
JSON representation
No tooling starter because simplicity is the ultimate sophistication.
- Host: GitHub
- URL: https://github.com/terkelg/starter
- Owner: terkelg
- License: mit
- Created: 2020-06-16T01:17:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T15:12:08.000Z (over 4 years ago)
- Last Synced: 2024-08-01T22:43:21.682Z (4 months ago)
- Topics: boilerplate, frontend, html, javascript, starter-project
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
![](https://repository-images.githubusercontent.com/272579351/bf04cd80-af57-11ea-8580-9aef169d78ab)
> No tooling starter because simplicity is the ultimate sophistication.
A simple front-end skeleton without any tooling. Just start and add tooling as needed.
You can use all the latest JavaScript features, like `async`/`await` and ESM modules in all evergreen browsers.
## Tooling
>**OBS**: You probably don't need tooling in the beginning!
In case you need TypeScript/Babel/SCSS/Whatever, add a `src` folder and have the tools output to `public`.
Another option is to copy/paste snippets or use [unpkg](http://unpkg.com).
## Fast Google Fonts
If you use Google Fonts use the following snippet in the `head` to load fonts
fast. Replace `[url]` with the actual font url. Read [The Fastest Google Fonts](https://csswizardry.com/2020/05/the-fastest-google-fonts/) for further explanation.```html
```
# License
MIT © [Terkel Gjervig](https://terkel.com)