-
Notifications
You must be signed in to change notification settings - Fork 4
Creating a new plugin app
ray-millward-tessella edited this page Mar 15, 2019
·
30 revisions
The first step in creating a new plugin for the DAaaS frontend is to create a new Git repository. You will also need the same tooling as for the parent app specified here
Once you have this then you can run create react app
to make a new app and push to you new repo.
To make a new react app with Typescript support run:
npx create-react-app my-app --typescript
TODO
-
Architecture
-
Dev environment
-
Developing a plugin
-
Deployment
- Deploying SciGateway
- SciGateway Settings
- Deploying plugins
-
Releasing
-
Plugins
-
Continuous Integration
-
UX
-
Feedback