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_heat.git
# Go into the repositories and run the command to install dependencies
$ npm install
# Run the node or react application
$ yarn dev
# Run the react native application
$ yarn start
This application was developed during my participation in Next Level Week Heat, promoted by Rocketseat.