# nuxt-boilerplate

> NuxtJS boilerplate

## Build Setup

``` bash
# install dependencies
$ yarn # Or npm install

# serve with hot reload at localhost:3000
$ yarn dev # Or npm run dev

# build for production and launch server
$ yarn build # Or npm run build
$ yarn start # Or npm run start

# generate static project
$ yarn generate # Or npm run generate
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).