cra-template-sdw
Version:
The base SDW template for Create React App.
37 lines (21 loc) • 833 B
Markdown
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
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
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
This