Skip to content

basisjs/example-linked-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of simple app with two linked lists and model modification accumulation. Build on basis.js.

Install and launch

Clone repo and install dependencies by bower.

> bower install

Use any web-server to launch application. But basisjs-tools dev-server would be preferred.

> npm install
> npm start

Or, if basisjs-tools globaly installed:

> basis server

Build

Build is not required to try app. But if you need an optimized version of app, you need install basisjs-tools using npm and run build process.

> npm install basisjs-tools
> node ./node_modules/basisjs-tools/bin/basis build

Or, if basisjs-tools globaly installed:

> basis build

The result will be available at ./build folder.

About

Example of simple app with linked lists on basis.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published