项目作者: computationalcore

项目描述 :
This repository contains my implementation of the Albums app. This is a study project of the Udemy's The Complete React Native and Redux Course. Albums shows a simple music album list with buy link.
高级语言: JavaScript
项目地址: git://github.com/computationalcore/albums.git
创建时间: 2018-03-29T18:13:54Z
项目社区:https://github.com/computationalcore/albums

开源协议:MIT License

下载


React Native Albums Project

This repository contains my implementation of the Albums app. This is a study project of the
Udemy’s The Complete React Native and Redux Course.
Albums shows a simple album list with buy link.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.

Prerequisites

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

Installing

To download the project follow the instructions bellow

  1. git clone https://github.com/computationalcore/albums
  2. cd albums

Install dependencies with:

npm

  1. npm install

or

yarn

  1. yarn install

And run on

iOS simulator

  1. react-native run-ios

or

Android simulator

  1. react-native run-android

Backend Server

To simplify development process, the instructor provides a backend server for you to develop against.
The provided link music_albums returns the json object consumed by the app.

Author

Vin Busquet

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments