An app developed with React, React Native and Node to connect students and teachers.
Developed during the Next Level Week #2, @Rocketseat
Technologies used in this project:
First you need to have node and yarn installed on your machine. Run the following command to clone the project:
git clone https://github.com/carlosdiver/proffy.git
Inside the server folder run the following command to install dependencies:
yarn install
To run the server, execute the followin command:
yarn start
Keep server running to run web and mobile projects.
Inside the web folder run the following command to install dependencies:
yarn install
To run web project, execute the followin command:
yarn start
To run the mobile project install expo app in your smartphone or use an android/ios emulator. Inside the mobile folder run the following command to install dependencies:
yarn install
Keep emulator on and run the following commands:
yarn start
orexpo start
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💙 by Carlos Eduardo Silva See my Linkedin