formsort / oss

Formsort open source monorepo
20 stars 5 forks source link

Add readme for react-embed example #47

Closed lizraeli closed 2 years ago

lizraeli commented 2 years ago

Adds a readme explaining how to set up the example project for react-embed.

fzembow commented 2 years ago

@lizraeli does parcel-bundler really need to be installed as a global dependency?

seems to me that you could just have it be a dev dependency and then npm run dev would be able to use it?

lizraeli commented 2 years ago

@lizraeli does parcel-bundler really need to be installed as a global dependency?

seems to me that you could just have it be a dev dependency and then npm run dev would be able to use it?

@fzembow good point. Added parcel as a local dev-dependency and updated the readme.