1.2.3 • Published 10 years ago

frontr v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago