azabraao / react-draggable-bottom-sheet

A React component with the bottom sheet experience we have for native mobile applications, but for web ✨
https://www.npmjs.com/package/react-draggable-bottom-sheet
10 stars 5 forks source link

Start dev server #4

Open dmenneck opened 1 year ago

dmenneck commented 1 year ago

Hi! I would like to work on the project. Unfortunately, I can't find out how to start the application locally. npm run start starts the app but I don't know on which port. @azabraao, can you help me?

azabraao commented 1 year ago

Hey, @dmenneck sorry but there's no dev server for local demo/tests today. What happens when you run npm run start is that the project gets built and you can link it using npm link for then importing into a local project. That is how I developed and tested the library before publishing it.

Let me know if you need further help.

PS: There's no dev server today, but it would be great to have it! Feel free to submit a PR. Anyway, I'll take note of this idea for future addition if no PR comes.