@hellogreatworks/cra-template-ts
v0.3.4
Published
Base template for HGW CRA
Downloads
3
Maintainers
Readme
@hgw/cra-ts-template
Hello Great Works create-react-app TypeScript template. Based on Ueno CRA template. An opionionated template to easily get started with Create React App.
This template is published on npm in order to be able to reference it when running the npx create-react-app [...]
cmd.
Features
- TypeScript
- SCSS
- CSS Modules support
- Root Resolver
- Opinionated linting rules
Get Started
Run
npx create-react-app --scripts-version @hellogreatworks/react-scripts --template @hellogreatworks/cra-template-ts [app-name]
cd app-name
yarn start
Build
yarn build
Publishing
yarn publish