1.0.6 • Published 2 years ago

npm-cra-test v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

steps taken

bootstrap with create-react-app

npx create-react-app <name of app>

Create lib folder in src directory this is where all our code will be written

Delete unused files list out the files to be deleted here

add component folder in lib folder this is where all our components will be written

add button folder in component folder this is where all our button components will be written add styles also in this folder

install dependencies babel mostly create babel config file in root directory