Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senocak/react-redux-typescript-boilerplate
React Redux Boilerplate
https://github.com/senocak/react-redux-typescript-boilerplate
react reactjs redux redux-toolkit tsx types typescript
Last synced: about 5 hours ago
JSON representation
React Redux Boilerplate
- Host: GitHub
- URL: https://github.com/senocak/react-redux-typescript-boilerplate
- Owner: senocak
- Created: 2024-06-23T09:32:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T16:17:01.000Z (5 months ago)
- Last Synced: 2024-06-23T18:32:24.891Z (5 months ago)
- Topics: react, reactjs, redux, redux-toolkit, tsx, types, typescript
- Language: TypeScript
- Homepage:
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
```sh
git clone https://github.com/senocak/React-Redux-TypeScript-Boilerplate.git
cd React-Redux-TypeScript-Boilerplate/
yarn install
yarn auth
```This will run express backend server with dummy from `users.json`.
### Another terminal;
```sh
yarn start
```Visit: `http://localhost:3232/`