Skip to Main Content
React Projects
book

React Projects

by Roy Derks
December 2019
Intermediate to advanced content levelIntermediate to advanced
474 pages
10h 3m
English
Packt Publishing
Content preview from React Projects

Checking out the initial project

This project consists of two parts, a boilerplate React Native application and a GraphQL server. The React Native application can be found in the client directory, while the GraphQL server is placed in the server directory. For this chapter, you'll need to have both the application and the server running at all times, while you only make code changes to the application in the client directory.

To get started you'll need to run the following command in both the client and server directories to install all of the dependencies and start both the server and application:

npm install && npm start

For the mobile application, this command will start Expo after installing the dependencies, and it gives you the ability ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

React Projects - Second Edition

React Projects - Second Edition

Roy Derks
Test-Driven React

Test-Driven React

Trevor Burnham

Publisher Resources

ISBN: 9781789954937Supplemental Content