Skip to content

Boilerplate code for mobile apps using, React Expo and Amplify Datastore

Notifications You must be signed in to change notification settings

GOCOcopenhagen/goco-react-expo-boilerplate

Repository files navigation

GOCO React Expo boilerplate ⚙️

Engine: v12.16.*

React-version =<16.8

AWS CLI 2

npm 6.14.*

amplify cli ~4.27.2

npm i to install the project

npm run start to start the project

Components

  • ALL Components must be in a file that starts with a capital letter
  • atoms should be files that are purely styled components
  • molecules are components that are small, but contain more than just styled components
  • organisms are more complex components that contain multiple molecules/atoms

Pages

  • All pages should have a folder inside content that encapsulates page specific code.

This project was bootstrapped with Create React App.

Design

Notable documentation

Security 🛡

Never ever enclude any .env files, api keys or equvilant