Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 643 Bytes

Dark Mode in React Applications Using Context API and Hooks

If you'd like to learn how to build this application, refer to this article.

To clone the repository, run

https://github.com/zolomohan/react-context-dark-mode-starter.git

To install the dependencies, run

npm install

Once you've installed the dependencies, it's time to run the application. with,

npm start

This will start the application in port 3000. Visit localhost:3000 from your browser to view the application.