My-React-Playground

My React playground where I experiment with components and such. TypeScript used.

Stars
16

My React Playground

A playground for experimenting with components I'm creating with React and TypeScript. Components in this repository shouldn't be used in production. Instead, I will be creating separate repositories for official components I want to publish publicly.

Running

Update & Install NPM Packages

npm update
npm install

Start Dev Server

npm run start

Credits