Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 579 Bytes

React Theme Switcher

Simple theme switcher for React, using styled-components, and localStorage to remember the last theme.

This project was bootstrapped with Create React App.

Installing

It uses yarn to install dependencies.

    yarn

Running

To start the development server, run:

    yarn start

Building

Since it was bootstrapped with Create React App, you can use the yarn build command to build the app for production.