Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react scrip for deplot heroku

"scripts": { 
  "dev": "react-scripts 
  "start", "start": "serve -s build", 
  "build": "react-scripts build", 
  "test": "react-scripts test --env=jsdom",
  "eject": "react-scripts eject", 
  "heroku-postbuild": "npm run build" 
},
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #scrip #deplot #heroku
ADD COMMENT
Topic
Name
1+8 =