Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolumide-ng/react-ts-boilerplate
BoilerPlate for React, Redux, React-router Css-modules, Axios with Webpack using the atomic-design-pattern
https://github.com/tolumide-ng/react-ts-boilerplate
atomic-design axios css-modules react react-router reactjs redux redux-thunk webpack
Last synced: about 1 month ago
JSON representation
BoilerPlate for React, Redux, React-router Css-modules, Axios with Webpack using the atomic-design-pattern
- Host: GitHub
- URL: https://github.com/tolumide-ng/react-ts-boilerplate
- Owner: tolumide-ng
- Created: 2021-02-16T20:56:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T19:24:59.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:17:28.206Z (almost 2 years ago)
- Topics: atomic-design, axios, css-modules, react, react-router, reactjs, redux, redux-thunk, webpack
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic React Tempate
Development env:
```
docker compose up
```Production env:
```
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
```