# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm run storybook`

Opens Storybook mode.\
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.

The page will reload if you make edits.\

### `npm run build`

Builds the project

### `npm run clean`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

Removed /dist folder.

# To use as NPM Package

Boot up a typescript react app (`npx create-react-app {app-name} --template typescript`) and import {package name} via `npm i {package name}`

Import the Switch component into your react project to display it on your view.
