purescript-react / purescript-react-basic-dom

https://pursuit.purescript.org/packages/purescript-react-basic-dom
Apache License 2.0
11 stars 19 forks source link

Use Spago #9

Closed maxdeviant closed 3 years ago

maxdeviant commented 4 years ago

This PR introduces Spago.

I ran spago build and it built the project successfully. Not sure what else we'd like to do (if anything) before this is good to merge.

Resolves #7.

maxdeviant commented 4 years ago

@spicydonuts Do you want CI to use spago build as well (instead of the current npx pulp build)?

megamaddu commented 4 years ago

Ah, I'm not sure we've decided to yet but thank you for the PR! We'll probably want to get react-basic -classic -hooks -emotion and -dnd at the same time, too.

maxdeviant commented 4 years ago

Of course, didn't mean to sound too presumptuous 😅 It does make sense to get all of the related repos at the same time.

I'd be happy to help with migrating the other repos as well, just let me know.

megamaddu commented 3 years ago

I think this is done, I ended up just copying the same pattern across the react-basic repos