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

Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

birdy Build Status

Make fly your web applications with birdy, an easy way to start developing node.js websites.
Birdy is based on makerparty source.

Get birdy

Clone the git running git clone <repository-url> or npm install birdy-server

Installation

You need to have installed grunt-cli, run:

npm install -g grunt-cli

When you have grunt-cli installed (type grunt in the console to check) run the following commands to prepare the project:

npm install
grunt
cp .env-dist .env

At the last, run the following command for run the server:

node app

or

grunt deploy

The last command compiles your public files and then run the server.

Compile

Simply run grunt

CLI

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

Authors

FAQs

Package last updated on 26 Sep 2014

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