This Sample Vue.JS front-end project demonstrates what a typical JavaScript (or node) CI workflow may look on CircleCI.
In this sample config, we have 2 workflows test and build. This config utilizes the node and android orbs, and runs through an android machine image.
To run this project you first need to setup Android Studio and setup an Android Virtual Device. Next you will need to run npm install within the root directory of the project. Next you will have to open 2 terminals in the root directory.
First run npx react-native start in one terminal to start Metro and then run npx react-native run-android in the second to build the app.