An open API service indexing awesome lists of open source software.

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

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.