React Native Minimalist in Create React App This is a sample repository to demonstrate using React Native Minimalist in Create React App. Installation Install dependencies npm i Running in Development npm run start Running in Production Build npm run build Builds a production version and save it in a folder named build. Serve Static Site npm i -g serve serve out