Development Setup? #28
Replies: 2 comments 5 replies
-
Hi @JefteCaro I have the same problem as you. To test a change, I release the package myself and get it back. We need to find a way to have a development server to test the package when we make a change. A development server similar to the one in create-react-app. |
Beta Was this translation helpful? Give feedback.
-
Hi @onesine @NoahMLoomis # Using npm
npm install && npm dev
# Using yarn
yarn install && yarn dev and open your browser to This will use the |
Beta Was this translation helpful? Give feedback.
-
@onesine Can you share your development setup so we can have an easier time at developping features? It's slow going right now because when I test a change, I need to publish an npm package then download it in my project every time I make a change.
Is there a better way to do this? Maybe an addition to the README is needed? Or it can be covered in a contributing.md?
Beta Was this translation helpful? Give feedback.
All reactions