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

https://github.com/anaida07/wwa

A React + Express + TypeScript Application Template
https://github.com/anaida07/wwa

Last synced: about 1 month ago
JSON representation

A React + Express + TypeScript Application Template

Awesome Lists containing this project

README

        

# Application Template
**React** + **Express** + **TypeScript** Application Template

## Setup Development Machine
1. Clone the repo `git clone [email protected]:anaida07/wwa.git`

2. `cd wwa`

3. Open client
```
cd client
npm run dev
```

4. Open server
```
cd server
npm start
```

5. Open `http://localhost:8080` in browser