denisinla / ueno-next-starter

Opinionated Next starter template by Ueno.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING

This starter kit has been deprecated and is no longer being actively maintained by Ueno.

logo

banner

about

Ueno Next Starter

This starter kit is based on create-next-app and add couple of features that we are using on all of our projects.

  • Server side rendering
  • Code splitting
  • CSS modules
  • SASS support
  • Typescript

Usage with create-ueno-app:

npx create-ueno-app next my-app

or

yarn create ueno-app next my-app
Alternative setup

You can also cloning this repository but you will have to change and add few files manually.

git clone "https://github.com/ueno-llc/ueno-next-starter#master" my-app

Branches

We have two branches:

  • master supports sass styles
  • styled branch support styled-components

Refers to create-ueno-app document for more information on the different usage

About

Opinionated Next starter template by Ueno.


Languages

Language:TypeScript 50.7%Language:SCSS 44.2%Language:JavaScript 4.8%Language:CSS 0.3%