Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelmunoz/es2017-knockout-template
An opinionated knockout template in 2021 with a simple yet ready to work setup
https://github.com/angelmunoz/es2017-knockout-template
esmodules javascript knockoutjs snowpack spa template template-repository
Last synced: about 2 months ago
JSON representation
An opinionated knockout template in 2021 with a simple yet ready to work setup
- Host: GitHub
- URL: https://github.com/angelmunoz/es2017-knockout-template
- Owner: AngelMunoz
- Created: 2021-06-12T01:30:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T01:30:40.000Z (over 3 years ago)
- Last Synced: 2024-12-22T04:34:50.333Z (about 2 months ago)
- Topics: esmodules, javascript, knockoutjs, snowpack, spa, template, template-repository
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knockout in 2021
Well knockout is a relic of the past for most yet I have learned during the last few days that it isn't that outated as it seems!here you can see knockout in a "modern" setup which is not that complicated since we're relying on browser standards like ES2015 (classes, template strings) and ES modules
# Use
Ust this template from github or clone and run
```sh
pnpm install # npm install or yarn install
pnpm start # npm start or yarn start
```
This should bring the template live at `localhost:8080`