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

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

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.