
# Fastest Validator with Next.JS example

Under the hood NextJS will use webpack to compile all sources.


## Installation

Run `npm i`

## Usage

To build using `npm`:

```javascript
$ npm run build
```

To run:

```javascript
$ npm run start
```
