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

ueno-llc/ueno-cra-starter

 
 

Repository files navigation

WARNING

This starter kit has been deprecated and is no longer being actively maintained by Ueno.

logo

banner

about

CRA Ueno

npm version

This package is a fork of the original Create React App, modified with a custom script version (packages/react-scripts). We changed the configuration to fit our needs. It contains the following features that aren't in the original one:

  • Server side rendering
  • Code splitting
  • CSS modules
  • SASS support
  • Typescript
  • Prettier, lint-staged, husky, stylelint

Usage with create-ueno-app:

npx create-ueno-app cra my-app

or

yarn create ueno-app cra my-app
Alternative setup

If you already have `create-react-app` installed, you won't have to install anything, you'll just have to supply the script version.

create-react-app --scripts-version @ueno/react-scripts my-app

Publishing

To push a new update of @ueno/react-scripts to npm use:

yarn lerna publish --scope="@ueno/react-scripts"

To push a new update of @ueno/cra-template to npm use:

yarn lerna publish --scope="@ueno/cra-template"

About

Ueno's react-script for SSR enabled CRA

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.6%
  • Shell 1.3%
  • TypeScript 1.2%
  • SCSS 0.5%
  • HTML 0.2%
  • CSS 0.1%
  • Other 0.1%