An open API service indexing awesome lists of open source software.

https://github.com/vinpac/next-base

Another next.js boilerplate using stylus, scoped css, theming, postcss and gulp
https://github.com/vinpac/next-base

Last synced: about 1 year ago
JSON representation

Another next.js boilerplate using stylus, scoped css, theming, postcss and gulp

Awesome Lists containing this project

README

          

# next-base
Using react, next, redux, stylus, next-styled-css, nodemon and gulp.

## Getting started
```
git clone git@github.com:vinpac/next-base.git && cd next-base
yarn
yarn compile:css
yarn dev
```

## Scripts
| Script | Description|
| ------------- |-------------|
| yarn dev | Start dev server. Watching client and server |
| yarn dev:client | Start compiled dev server. Watchs and compiles only client |
| yarn dev:server | Compile and watch server, ignoring and not running next |
| yarn dev:css | Compiles and watch global css |
| yarn build | Create a build release |
| yarn start | Runs a build release |