Steps for the upload to https://pronink.github.io/phone-dialing-react:
- npm install
- npm run deploy
Steps for developing:
- npm install
- npm start
Steps for open webapp in your computer:
- npm install
- In package.json, remove the "homepage" line
- npm run build
- Linux:
- sudo npm install -g serve
- Windows:
- npm install -g serve
- serve -s build