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
- Host: GitHub
- URL: https://github.com/vinpac/next-base
- Owner: vinpac
- Created: 2018-05-19T20:11:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T02:37:22.000Z (about 8 years ago)
- Last Synced: 2025-02-26T12:15:11.814Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |