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
- Host: GitHub
- URL: https://github.com/anaida07/wwa
- Owner: anaida07
- Created: 2018-12-19T04:50:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T04:39:05.000Z (over 6 years ago)
- Last Synced: 2025-02-11T15:59:51.027Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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