1.2.3 • Published 9 years ago

frontr v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Frontr

npm.io Build Status js-standard-style Inline docs Dependency Status

The CLI for Frontr Source.

Features

Requirements

It's necessary to install the following packages before:

How to use

Installation

$ npm install frontr -g

Usage

Create a project

$ frontr --new my-project-name

Install dependecies

$ cd my-project-name
$ npm install

Run development server

Start development server and preview the project. Located at app/ dir.

$ grunt serve

Build dist files

Generate a dist files at dist/ dir.

$ grunt build

Run dist server

Run dist server with deployed files located at dist/ dir.

$ grunt dist

Remote access (option)

For remote access in network using --remote-access option.

$ grunt serve --remote-access
# or
$ grunt dist --remote-access

Note: For remote access in Windows OS using the network IP instead 0.0.0.0

CLI

$ frontr --help

  Usage:
    frontr --new <project-name>   Create a new project

  Options:
    -n, --new            Create a new project
    -b, --beta           Uses `beta` (master) instead stable release
    -h, --help           Show this help
    -v, --version        Show the version

History

Check out releases changelog

License

MIT license

© 2015 José Luis Quintana

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago