0.0.1 • Published 1 year ago

okada-2 v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run storybook

Opens Storybook mode.\ Open 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.