Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`