0.0.13 • Published 8 years ago
react-scripts-purescript v0.0.13
react-scripts-purescript
This package includes scripts and configuration used by Create React App with PureScript support.
Install
You'll need to setup the PureScript Development Environment
yarn global add purescript pulp bowernpm install -g purescript pulp bowerThis package relies on purescript-psa
yarn global add purescript-psanpm install -g purescript-psaand then PROFIT
create-react-app my-purescript-app --scripts-version react-scripts-purescriptNow you have a shiny PureScript app using React!
A PureScript react component is available in src/Box.purs
If you want to learn more about the PureScript language, your next stop should be PureScript by Example. This book is a goldmine!