https://github.com/beda-software/cra-template-beda-software
CRA template for beda.software
https://github.com/beda-software/cra-template-beda-software
Last synced: 5 days ago
JSON representation
CRA template for beda.software
- Host: GitHub
- URL: https://github.com/beda-software/cra-template-beda-software
- Owner: beda-software
- License: mit
- Created: 2020-02-13T08:15:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T09:13:00.000Z (over 5 years ago)
- Last Synced: 2025-11-21T22:02:42.697Z (7 months ago)
- Language: TypeScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-beda-software
This is the unofficial TypeScript template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, run `yarn create react-app frontend --template git+https://github.com/beda-software/cra-template-beda-software.git` when creating a new app, where `frontend` is a target directory.
After that:
* Go to the `frontend` directory.
* Initialize git repository with `git init` command.
* Add "aidbox-react submodule" with `git submodule add https://github.com/beda-software/aidbox-react src/embed/aidbox-react`.
* Run server with `yarn start`.
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.