https://github.com/govalta/ui-components-react-template
https://github.com/govalta/ui-components-react-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/govalta/ui-components-react-template
- Owner: GovAlta
- Created: 2022-07-11T21:47:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T21:40:14.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T08:02:06.497Z (almost 2 years ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React product template
To help get teams up and running sooner, this product template to DDD product teams to showcase the ui-components and provide a starting point for teams building DDD products.
## Usage
To use the templates, follow these steps:
1. Click the green **Use this template** button
2. Select **Create a new repository**
3. Select an owner and give the repo a suitable name for your project
4. Select either Public or Private
5. Click the button **Create repository from template**
6. Clone the repo onto your machine
7. Using a terminal of some kind, go into the directory you created and run the following commands (in order):
1. `npm i`
2. `npm upgrade --save`
3. `npm run dev`
8. Go to the listed port number of your localhost
---
[Visit Design System](https://ui-components.alberta.ca)