0.1.4 • Published 2 years ago

cra-template-sentimental v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cra-template-sentimental

This is template for Create React App to use emotion easily.

Usage

npx create-react-app my-app --template sentimental

# or

yarn create react-app my-app --template sentimental

Support

  • Support emotion.
  • Support prettier.
    • If you need to revise settings, modify on ~/.vscode/settings.json.
  • Support modules as small as app can operate.
    • If you want to add functionality like test, SSR, need to add related things by yourself.