https://github.com/natserract/nakamura-k-chi
Frontend design of Nakamura Site
https://github.com/natserract/nakamura-k-chi
frontend react typescript userinterface
Last synced: 2 months ago
JSON representation
Frontend design of Nakamura Site
- Host: GitHub
- URL: https://github.com/natserract/nakamura-k-chi
- Owner: natserract
- Created: 2020-03-14T11:07:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:01:01.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T07:34:21.235Z (8 months ago)
- Topics: frontend, react, typescript, userinterface
- Language: TypeScript
- Homepage: https://nakamura-k-chi.netlify.com/
- Size: 8.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Clone/download repo
2. `yarn install` (or `npm install` for npm)
## Usage
**Development**
`yarn run start-dev`
* Build app continuously (HMR enabled)
* App served @ `http://localhost:8080`
**Production**
`yarn run start-prod`
* Build app once (HMR disabled) to `/dist/`
* App served @ `http://localhost:3000`
---