JaeYeopHan / cra-template-unicorn

🦄 The full template of create-react-app with typescript, redux-toolkit, react-redux, react-router for Single Page Application!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cra-template-unicorn

GitHub Action Status semantic-release npm version

The template for Create React App.

Start Template

npx

npx create-react-app my-app --template unicorn

npm

npm init react-app my-app --template unicorn

yarn

yarn create react-app my-app --template unicorn

In this template

Support

  • Support absolute path with TypeScript
  • Support VSCode Integration
  • Support reset.css
  • Support prettier
  • Support emotion source map
  • Customize config with craco
  • Customize eslint config > link

Show your support

Give a ⭐️ if this project helped you!

Written by @Jbee

About

🦄 The full template of create-react-app with typescript, redux-toolkit, react-redux, react-router for Single Page Application!

License:MIT License


Languages

Language:CSS 71.3%Language:TypeScript 16.0%Language:HTML 7.6%Language:JavaScript 5.1%