Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 758 Bytes

File metadata and controls

12 lines (9 loc) · 758 Bytes

Strapi Voice Article

This repository contains the source code built for a React Native application boostrapped with Expo for my voice article published on the Strapi Blog.

TODO: Add article link when published.

Local Development

  • Ensure you have your Strapi GraphQL API running on port 1337 and you can view the GraphiQL interface at http://localhost:1337/graphql
  • Ensure you have either an Android or iOS emulator set up and running on your computer.
  • Clone or download project folder locally and install dependencies using the npm install command.
  • Launch the metro bundler using the expo start command.

Feel free to raise an issue in this repository describing any issue you have while working on this application locally.