https://github.com/ayonious/react-context-example
Example Project to show Theme change using Context in React
https://github.com/ayonious/react-context-example
Last synced: 3 months ago
JSON representation
Example Project to show Theme change using Context in React
- Host: GitHub
- URL: https://github.com/ayonious/react-context-example
- Owner: ayonious
- License: mit
- Created: 2020-04-30T09:35:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T09:16:12.000Z (over 3 years ago)
- Last Synced: 2025-01-25T12:13:59.088Z (over 1 year ago)
- Language: TypeScript
- Size: 574 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Context in React
This repo contains a bare minimum react Project. Without using create-react-app
## 🚀 Demo
https://ayonious.github.io/react-context-example
## 🧐 Contents
1. Babbel
2. Webpack
3. React
4. Typescript
Also contains small tools:
1. prettier and husky (format when you push)
2. .gitignore
3. renovate bot config
## 🏃 Running instruction
### Devmode
```bash
npm install
npm run start
```
### Make Production build
```bash
npm install
npm run build
```
Then open the docs/index.html file on your browser