Running a Expo template based on React-Native with basic Redux implemented using Redux Toolkit
Read up on Redux Toolkit to understand how store, action, and reducers have been implemented. Example of a slice can be found here.
- Git Clone this repository
- run
npm install
in the root of this project to pull dependencies - Run
npm start
to start the webserver that allows you to push the application to your phone/web- You need to unblock ports 19000 to 19006 to access the servers through LAN
Note that logging in requires backend to be running too. It is currently hardcoded so you will need to edit it to run a local instance. Will change to the EC2 server URL once that is up. But for testing, please take note.