cra-template-sdw
v1.1.58
Published
The base SDW template for Create React App.
Downloads
482
Maintainers
Readme
cra-template-sdw
This is an SDW template for Create React App.
To use this template, add --template sdw
when creating a new app.
For example:
npx create-react-app APP-NAME --template sdw
# or
yarn create react-app APP-NAME --template sdw
To use this template locally, add --template file:./cra-template-sdw
when creating a new app.
For example:
npx create-react-app APP-NAME --template file:./cra-template-sdw
# or
yarn create react-app APP-NAME --template file:./cra-template-sdw
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
Fair Use