Features | Getting Started | Reference
This project was developed with the following technologies:
- Expo - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- React JS - A JavaScript library for building user interfaces.
- Node JS - A runtime enviroment for JavaScript applications.
To clone and run this application, place from your command line:
# Clone this repository
$ git clone https://github.com/isabelamoraes/nlw-return.git
# Go into the repository desired
$ cd nlw-return/server
# OR
$ cd nlw-return/web
# OR
$ cd nlw-return/mobile
# Install dependencies
$ yarn install
# Run the mobile application
$ yarn start
# Run the web or server application
$ yarn dev
This application was developed during my participation in Next Level Week Return, promoted by Rocketseat.