https://github.com/hidekuno/cd-shop-demo-site
This is a demo program by react
https://github.com/hidekuno/cd-shop-demo-site
javascript material-ui react
Last synced: 3 months ago
JSON representation
This is a demo program by react
- Host: GitHub
- URL: https://github.com/hidekuno/cd-shop-demo-site
- Owner: hidekuno
- Created: 2023-04-25T08:57:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:57:06.000Z (over 1 year ago)
- Last Synced: 2025-04-07T05:27:23.842Z (over 1 year ago)
- Topics: javascript, material-ui, react
- Language: JavaScript
- Homepage:
- Size: 923 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React demo site program
=================
## Overview
- This is a tiny demo site program by react
## Development(1)
| Item | Ver. |Remarks|
|--------|--------|--------|
| cpu | Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz||
| os | Darwin 21.6.0 |Monterey|
| node | 20.13.1||
| react | 18.2.0||
## Development(2)
| Item | Ver. |Remarks|
|--------|--------|--------|
| cpu | Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz ||
| os | Ubuntu 20.04 LTS |WSL2|
| node | 20.13.1||
| react | 18.2.0||
## Install and Run
```
git clone https://github.com/hidekuno/cd-shop-demo-site
cd cd-shop-demo-site
npm install
npm run dev
```

## Lint
```
npm run lint
```
## Test
```
npm test
```
### snapshot update
```
npm test -- -u
```
## Build
```
npm run build
```
## Deploy to AWS
```
aws s3 sync dist s3://${BUCKET_NAME}
```