Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidekuno/ts-shop-demo-site
This is sample typescript program.
https://github.com/hidekuno/ts-shop-demo-site
material-ui react typescript
Last synced: 18 days ago
JSON representation
This is sample typescript program.
- Host: GitHub
- URL: https://github.com/hidekuno/ts-shop-demo-site
- Owner: hidekuno
- Created: 2024-05-10T07:12:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:21:31.000Z (27 days ago)
- Last Synced: 2024-10-24T18:57:27.054Z (26 days ago)
- Topics: material-ui, react, typescript
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React demo site program by typescript
=================
## Overview
- This is a program I created to learn typescript.
- This was ported from https://github.com/hidekuno/cd-shop-demo-site.## Note
- The test code is still incomplete.## Development
| 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/ts-shop-demo-site
cd ts-shop-demo-site
npm install
npm run dev
```
### Screenshot![image](https://github.com/hidekuno/jvn/assets/22115777/cb6b71fd-2cdb-497b-95f2-1e34d7994d7e)
## Lint
```
npm run lint
```## Test
```
npm test
```## Deploy to AWS
```
npm run build
aws s3 sync dist s3://${BUCKET_NAME}
```