Currency exchange application for Revolut task.
Currency exchange application for Revolut task.
yarn install
yarn start:web
- runs the Web version of the app in the development modeyarn build:web
- builds the Web version of the app for production to the dist-web folderyarn start:ios
- runs the iOS version of the app and attempts to open in the iOS Simulator if you’re on a Mac and have it installedyarn start:android
- runs the Android version of the app and attempts to open your app on a connected Android device or emulatoryarn start:windows
- runs the Windows version of the appyarn start:rn-dev-server
- runs react native (RN) development serveryarn start:next
- runs Next.js server
yarn test
– runs the tests using Jest and Enzyme
Created by create-rx-app@0.6.4