Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.41 KB

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