An open API service indexing awesome lists of open source software.

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

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