Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:47:29.000Z (2 months ago)
- Last Synced: 2024-09-09T10:37:42.812Z (2 months ago)
- Topics: javascript, material-ui, react
- Language: JavaScript
- Homepage:
- Size: 864 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
```
![image](https://github.com/hidekuno/cd-shop-demo-site/assets/22115777/e3291d37-c719-44d4-8a0c-5fa02c3affbc)## 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}
```