We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
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.