Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added script for local development
  • Loading branch information
ksraj123 committed Jul 6, 2020
commit 500e0a2ad57b30d90fde2d55732db58bd835d50c
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"start": "serve -s build -l 3000",
"build": "CI=false && set \"CI=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"start-dev": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
Expand Down