# Frontier

Front-end developer tools.

## Features

* Applies CSS changes without reloading the page in browser and auto-reloads the page when other files change.

## Installation

```
npm install -g frontier
```

## Usage example

Insert into your code:
```html
<script src="//localhost:8080/frontier.js"></script>
```

Within the public directory:
```
frontier server .
```
