Using react, next, redux, stylus, next-styled-css, nodemon and gulp.
git clone git@github.com:vinpac/next-base.git && cd next-base
yarn
yarn compile:css
yarn dev
| 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 |