Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```