Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:01:34.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:18:41.420Z (9 months 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.gitnpm install # install dependencies
npm run watch # development mode (or production with `npm run build`)
npm run start # start server
```