New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

birdy-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

birdy-server

Web server

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

birdy Build Status

Make fly your web applications with birdy, an easy way to start developing node.js websites with all the newest technologies.

Setup

Clone the git running git clone <repository-url>, go to the folder and run npm run deps

Run

Note: You will need to have gulp globally installed, npm install --global gulp

First build assets, elements and other things by running:

gulp build [--dev] [--build] [--clean]

Then you are ready to start the server by running: npm run start

CLI

In order to speed up and facilitate the creation of controllers, views and other components, you can use birdy-cli (https://github.com/iiegor/birdy-cli).

Documentation

See the repository website.

Contributors

FAQs

Package last updated on 19 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts