Skip to content
timote edited this page May 24, 2015 · 3 revisions

This project is the core of these Node.js framework based foldersio projects.

The folders-local functions expose the local file system relative to this project.

The folders-stub file is a testing class and responds with static data.

The gulpfile.js is using gulp as task runner to run tests in the test subfolder.

Building and running

Install node.js and make sure you can run npm from the command line.

In the project folder, run the node package manager, npm, to install package dependencies.

npm install

Each repository contains src/test folder with files for testing the code in the src folder itself.

Clone this wiki locally