0.0.10 • Published 2 years ago
@dhanur350/hello-world-component v0.0.10
@dhanur350/hello-world-comp
This is a react hello world component.
Development
Creating a new project in examples
directory
- Clone this repo.
- Create a new project in
examples
directory withnpm create vite@latest
, for e.g,mynewproject
. - Use below commands to setup your dependency:
cd mynewproject
npm i
# install local dependency
npm i @dhanur350/hello-world-component@file:../../
Thank you