atlassian / react-sweet-state

Shared state management solution for React
https://atlassian.github.io/react-sweet-state/
MIT License
871 stars 55 forks source link

Setup steps added #214

Open rajanlagah opened 1 year ago

rajanlagah commented 1 year ago

Recently wanted to contribute to this repo and found some friction while setting up and running code on my local. So I have updated readme file in intend to make it easier for developers joining after me.

albertogasparin commented 1 year ago

Thanks for taking time to raise this PR. May I ask more clarification on what is not working for you when running:

npm run start

Because that command bootstraps the dev server where you can see the examples. No need to run 2 terminals

rajanlagah commented 1 year ago

@albertogasparin when someone edits examples to see a preview they will need to run this code no?