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

https://github.com/mikedevelops/budget

A budgeting application.
https://github.com/mikedevelops/budget

Last synced: about 2 months ago
JSON representation

A budgeting application.

Awesome Lists containing this project

README

          

# React & Redux with TypeScript

A starting point for React & Redux applications built with TypeScript.

## Getting started

Install dependencies.

```
npm install
```

Create a local development server and recompile on file changes.

```
npm run dev
```

Run test suite.

```
npm test
```

Create a production build within the `./dist` directory.

```
npm run prod
```