Skip to content

skhokhlov/worldfly.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#worldfly.org The worldfly.org website

You can try last version on https://debug.worldfly.org

##Idea Make a website as easy scalable, fast, one-page application with the templating and good search engine optimization using BEM methodology.

Getting Started

Installing

  1. Install Node.js https://github.com/joyent/node/wiki/Installation

  2. Check out the repository:

    git clone git@github.com:skhokhlov/worldfly.org.git
    cd worldfly.org
    
  3. Install node dependencies:

    npm install
    

Build and run the app

  1. Build assets
    gulp
    
  2. Run app
    npm start
    

After you can check running the app by hitting the following URLs:

#Tests Build Status

Testing using mocha

Tests should validate the correctness of status codes and returns compiled pages on the server.

For testing:

npm test