项目作者: ueno-llc

项目描述 :
ueno. Starter kit
高级语言: JavaScript
项目地址: git://github.com/ueno-llc/starter-kit-historical.git
创建时间: 2016-05-19T11:29:25Z
项目社区:https://github.com/ueno-llc/starter-kit-historical

开源协议:MIT License

下载


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

  1. $ yarn install

Run dev

  1. $ npm run dev
  2. # Without HappyPack
  3. $ HAPPY=0 npm run dev
  4. # Other port
  5. $ PORT=3030 npm run dev

Run release

  1. $ npm start