Skip to content

A small collection of react template for my daily projects

License

Notifications You must be signed in to change notification settings

dreygur/cra-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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: