UNPKG

cra-template-sdw

Version:
37 lines (21 loc) 833 B
# cra-template-sdw This is an SDW template for [Create React App](https://github.com/facebook/create-react-app). To use this template, add `--template sdw` when creating a new app. For example: ```shell 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: ```shell 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](https://create-react-app.dev/docs/getting-started) – How to create a new app. - [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App. --- Fair Use