1.1.4-elm.0 • Published 6 years ago

react-elm-scripts v1.1.4-elm.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-elm-scripts

This package includes scripts and configuration used by Create React App. Please refer to its documentation:

  • Configuration - This is exceptionally easy to integrate into an exisiting application. In your package.json simply replace react-scripts with react-elm-scripts and everything should work. Good luck!
 {
   "name": "my-react-app",
   "version": "0.1.0",
   "private": true,
   "dependencies": {
     "react": "^16.3.1",
     "react-dom": "^16.3.1",
-    "react-scripts": "1.1.4"
+    "react-elm-scripts": "1.1.4-elm.0"
   },
   "scripts": {
     "start": "react-scripts start",
     "build": "react-scripts build",
     "test": "react-scripts test --env=jsdom",
     "eject": "react-scripts eject"
   }
 }