https://github.com/mikedevelops/budget
A budgeting application.
https://github.com/mikedevelops/budget
Last synced: about 2 months ago
JSON representation
A budgeting application.
- Host: GitHub
- URL: https://github.com/mikedevelops/budget
- Owner: mikedevelops
- Created: 2018-03-24T11:56:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T11:57:11.000Z (over 8 years ago)
- Last Synced: 2025-01-11T14:28:29.119Z (over 1 year ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```