Skip to content
/ franky Public
forked from ikondrat/franky

Franky - JavaScript framework for everyday usage

License

Notifications You must be signed in to change notification settings

cainrus/franky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Franky.js

JavaScript framework for everyday usage

Environments to use

Franky is isomorphic JavaScript library. It may be executed on server side with a help of any javascript engine or on client side in browser

Requirements to build Franky

You need to have the latest Node.js/npm and git 1.7 or later.

For Windows, you may download and install git and Node.js.

Mac OS users may install Homebrew. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux/BSD users may use appropriate package managers to install git and Node.js, or build from sources.

How to build Franky

Clone a copy of git repo by running:

git clone git@github.com:ikondrat/franky.git

Enter the franky directory and run the build script:

cd franky && npm run build

The built version of franky will be put in the lib/ subdirectory.

Modules

The default configuration file conf/default.js will be used due build process.

Mind what it is linked as src/franky.js.

You may have another list of modules to build. For what case change link src/franky.js to your modified configuration file and run npm run build

Running the Unit Tests

Start npm test to auto-build franky and run tests:

cd franky && npm test

Annotated source

You may see annotated source

About

Franky - JavaScript framework for everyday usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%