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
We have two branches:
master
supportssass
stylesstyled
branch supportstyled-components
Refers to create-ueno-app
document for more information on the different usage