https://github.com/king-prawns/knockout3.4-basic-sfs
Knockout 3.4 Basic project - Start from scratch
https://github.com/king-prawns/knockout3.4-basic-sfs
knockout sfs
Last synced: 8 months ago
JSON representation
Knockout 3.4 Basic project - Start from scratch
- Host: GitHub
- URL: https://github.com/king-prawns/knockout3.4-basic-sfs
- Owner: king-prawns
- License: mit
- Created: 2017-01-27T16:54:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T16:57:27.000Z (over 9 years ago)
- Last Synced: 2024-12-27T15:28:11.672Z (over 1 year ago)
- Topics: knockout, sfs
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knockout3.4-Basic-SFS
Knockout 3.4 Basic project - Start from scratch
## Installation
- Install Node.js
Go to [Node website](https://nodejs.org/en/)
- Install [http-server](https://github.com/indexzero/http-server)
A command-line http server
```
$ npm install -g http-server
```
- Install [json-server](https://github.com/typicode/json-server)
Full fake REST API
```
$ npm install -g json-server
```
## Usage
- Clone or Download the project
- Open first command prompt
```
$ cd my-project\fake_db
$ json-server --watch db.json
```
- Open second command prompt
```
$ cd my-project
$ http-server
```
- Go to [localhost](http://localhost:8080/)
## Features
- components and handlers
- $.ajax
- include 3rd-party JS library
- [Normalize.css](https://necolas.github.io/normalize.css/)
- [Bootstrap 3](http://getbootstrap.com/)
- [NProgress](https://github.com/rstacruz/nprogress)
- [Sammy.js](http://sammyjs.org/)
- [i18next-ko](https://github.com/leMaik/i18next-ko)
- NO unit/integration test has been developed
## Conclusion
This is just a simple example, I hope this will help you to understand better Knockout.