Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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}
```