Project | Technology | License
The DevMaps is an application to search for developers around you for technologies.
This project was developed with the following technologies:
To clone and run this application, you will need Git, Node.js e Yarn installed on your computer.
Through command line:
# Clone this repositori
$ git https://github.com/DanielNeris/semanaomnistack10.git
# Go to backend
$ cd backend
# Install dependences
$ yarn install
# Start the servidor
$ yarn dev
# Exit backend
$ cd ..
# Go to frontend
$ cd frontend
# Install dependences
$ yarn install
# Start the frontend
$ yarn start
# Exit frontend
$ cd ..
# Go to mobile
$ cd mobile
# Install dependences
$ yarn install
# Start the mobile
$ yarn ios
This project is under the MIT license. See the LICENSE for more details.
Made with ♥ by Daniel