Introduction Quick Start Configuration GraphQL Data Layer

Quick Start

Use the template

Create a new project based on the template using degit: npx degit junglejs/template jungle-app cd jungle-app Install the dependencies... npm install ...then start the build/run npm run start Navigate to localhost:3000. You should see your app running.
Right now this command just builds an output to jungle/build and serves it locally. This jungle/build folder can be deployed immediately, but as of right now livereload doesn't work, so to reload simply stop the current process and rerun it.

App structure