To run this app follow these steps:
- Download this code as zip or clone by command
git clone https://github.com/anishVermaIsHere/touchpoll.git
in terminal and open visual studio code with terminal and run command
npm install
- Then create
.envfile into your app/project folder not insrcwhich you created, open the.envfile and create these variables in the file
REACT_APP_BASEURL=<YOUR_APP_BASEURL or 'https://touchpoll-api.onrender.com'>
REACT_APP_DOMAIN=<YOUR_APP_DOMAIN>
REACT_APP_NAME='Touchpoll'
REACT_APP_DEFAULT_EMAIL=<YOUR_DEFAULT_EMAIL>
REACT_APP_DEFAULT_PASSWORD=<YOUR_DEFAULT_PASSWORD>
and save it.
- After the installation of all dependencies and environment setup. Now, you have to run last command
npm start
- Now your app will start successfully.




