Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

create-react Templates

This is a collection of unofficial advanced templates for Create React App.

To use one of this template, add --template @dreygur/{template_name} when creating a new app.

For example:

# for JavaScript
npx create-react-app my-app --template @dreygur/cra-template-ts
# for TypeScript
npx create-react-app my-app --template @dreygur/cra-template-ts
# for JavaScript with Web3
npx create-react-app my-app --template @dreygur/cra-template-js-w3

# or
# for JavaScript
yarn create react-app my-app --template @dreygur/cra-template-js
# for TypeScript
yarn create react-app my-app --template @dreygur/cra-template-ts
# for JavaScript with Web3
yarn create react-app my-app --template @dreygur/cra-template-js-w3

For more information, please refer to: