https://github.com/aaronleocooper/typed-rrr
A TypeScriptified application that runs with React, Redux, React-Router
https://github.com/aaronleocooper/typed-rrr
Last synced: about 2 months ago
JSON representation
A TypeScriptified application that runs with React, Redux, React-Router
- Host: GitHub
- URL: https://github.com/aaronleocooper/typed-rrr
- Owner: AaronLeoCooper
- Created: 2019-08-26T14:54:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:16:13.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:17:47.098Z (4 months ago)
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typed RRR
A *TypeScriptified* application that runs with the three big **R's**: React, Redux, React-Router.
Also throws in Styled Components for fun.This project was created predominantly for using as a basis for a "real" project. Feel free to take
it and do with it as you wish for you own needs.## Scripts
> [Yarn](https://yarnpkg.com/) is the recommended package manager for this project.
- `yarn install` ~ *Install dependencies*
- `yarn start` ~ *For local development*
- `yarn test` ~ *Run all tests once with coverage*This project was bootstraped with Create React App, so you can always run `yarn eject` if you want
to (irreversibly) expose the underlying config files for advanced build configurations.## Useful resources
I found these resources useful for setting up this project:
- [Create React App for TypeScript](https://create-react-app.dev/docs/adding-typescript)
- [Redux usage with TypeScript](https://redux.js.org/recipes/usage-with-typescript)