Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

ueno-llc/starter-kit-historical

Repository files navigation

WARNING

This starter kit has been deprecated. We published Create Ueno App to easily create projects with different stacks: Gatsby, Next.js, Create React App or React Native, with our config and starters.


Travis Dependencies devDependencies

Ueno. Starter kit

React starter kit with server side rendering, eslint, sass, stylelint and enzyme tests.

Setup new project

  1. Clone this repo (Don't copy/)

Before working on a new project

Change stuff in app.json.

Install

$ yarn install

Run dev

$ npm run dev

# Without HappyPack
$ HAPPY=0 npm run dev

# Other port
$ PORT=3030 npm run dev

Run release

$ npm start