Skip to content

Clone UI nubank in react-native πŸš€πŸ’œπŸ’œ

Notifications You must be signed in to change notification settings

Natanaelvich/nubank-ui

Repository files navigation

nubank-ui

Clone UI nubank in react-native πŸš€

Requirements

For development, you will only need Node.js installed on your environement.


Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install

Start & watch

$ npm android or ios

Update sources

Some packages usages might change so you should run npm prune & npm install often. A common way to update is by doing

$ git pull
$ npm prune
$ npm install

To run those 3 commands you can just do

$ npm run pull

Languages & tools

JavaScript

CSS