Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YuriBrunetto/next-starter
🚀 boilerplate for starting projects in next.js
https://github.com/YuriBrunetto/next-starter
Last synced: 17 days ago
JSON representation
🚀 boilerplate for starting projects in next.js
- Host: GitHub
- URL: https://github.com/YuriBrunetto/next-starter
- Owner: YuriBrunetto
- License: mit
- Created: 2018-04-04T00:05:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:41:47.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T00:38:40.809Z (3 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 27
- Watchers: 4
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nextjs - next-starter - A full and simple boilerplate with `sass (.scss)` and `postcss`built in. (Boilerplates)
- fucking-awesome-nextjs - next-starter - A full and simple boilerplate with `sass (.scss)` and `postcss`built in. (Boilerplates)
README
# next-starter 🚀
> a full boilerplate with `sass (.scss)` built in, for developing projects in [next.js](https://github.com/zeit/next.js)![next-starter](https://i.imgur.com/BadvANk.png)
## how to
```bash
$ git clone [email protected]:YuriBrunetto/next-starter.git
$ cd next-starter/
$ yarn
[...]
$ yarn run dev
```
clone this repository, cd into it and install its dependencies## license
MIT © [Yuri Brunetto](https://twitter.com/yuribrunetto)