https://github.com/mathew-kurian/minimal-typescript-react-express-starter
Minimal starter with Typescript + React + Express (for quick prototypes)
https://github.com/mathew-kurian/minimal-typescript-react-express-starter
babel boilerplate express react rollup starter typescript
Last synced: 3 months ago
JSON representation
Minimal starter with Typescript + React + Express (for quick prototypes)
- Host: GitHub
- URL: https://github.com/mathew-kurian/minimal-typescript-react-express-starter
- Owner: mathew-kurian
- Created: 2020-03-31T04:03:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:01:34.000Z (over 3 years ago)
- Last Synced: 2025-01-20T20:48:54.928Z (over 1 year ago)
- Topics: babel, boilerplate, express, react, rollup, starter, typescript
- Language: JavaScript
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Typescript + React + Express Starter
Starter with Typescript + React + Express (for quick prototypes)
## Installation
```bash
git clone https://github.com/mathew-kurian/minimal-typescript-react-express-starter.git
npm install # install dependencies
npm run watch # development mode (or production with `npm run build`)
npm run start # start server
```