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

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

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`

---