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.
React starter kit with server side rendering, eslint, sass, stylelint and enzyme tests.
- Clone this repo (Don't copy/)
Before working on a new project
Change stuff in app.json
.
$ yarn install
$ npm run dev
# Without HappyPack
$ HAPPY=0 npm run dev
# Other port
$ PORT=3030 npm run dev
$ npm start