1.0.6 • Published 4 years ago

frontierjs v1.0.6

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

FrontierJS Build Status

A simple HTML5 and Sass Front-End base.

Features

Requirements

It's necessary to install the following packages before:

How to use

Installation

$ npm install -g frontierjs

Usage

Create a project

$ frontierjs new my-project-name

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

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

History

Check out the releases changelog.

License

MIT Licence

1.0.6

4 years ago

1.0.5

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago