/ueno-next-starter

Opinionated Next starter template by Ueno.

Primary LanguageTypeScript

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