This repository contains my implementation of the Tech Stack app. This is a study project of the Udemy's The Complete React Native and Redux Course. Tech Stack is a react native app that shows an animated list of some javascript libraries and their descriptions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
- npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
or
- Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn
To download the project follow the instructions bellow
git clone https://github.com/computationalcore/tech_stack
cd tech_stack
Install dependencies with:
npm
npm install
or
yarn
yarn install
And run on
iOS simulator
react-native run-ios
or
Android simulator
react-native run-android
Vin Busquet
This project is licensed under the MIT License - see the LICENSE file for details
