Loading...
Once you have created a Lumine project, you can run the following command to start the project
cd <app_name>
npm start
This will start the development server and open the app in the browser or device.
You can run the following command to start the project on a particular platform:
npm run android
npm run ios
npm run web
This will start a react-native (expo) counter app.
The server samples required for Lumine UI can be found here.