DEITY Falcon

DEITY Falcon

  • Falcon UI
  • GitHub

›Getting Started

Getting Started

  • Introduction
  • Requirements
  • Installation
  • Project Overview
  • Example Project

Falcon Client

  • Basics
  • Configurations
  • Code Splitting
  • State Management
  • Internationalization
  • Falcon UI
  • Search and filtering

Falcon Server

  • Basics
  • GraphQL Schema Stitching
  • Extensions
  • API Providers
  • Endpoints
  • Falcon Server Env
  • Falcon Server API

Backend

  • Magento 2 Module
  • Wordpress Module

Miscellaneous

  • Falcon Logger

Deployment

  • Falcon Deployment

Support

  • Troubleshooting
Edit

Example Project

This is a template which is used by create-falcon-app to create shop with blog app.

It uses Falcon UI components to create the presentational layer.

Quick Start

The best place to start is to use create-falcon-app.

Or download the example or clone the whole project:

Install it and run:

yarn install
yarn start

Then open http://localhost:3000/ to see your app.

That's it. Just start editing ./src/App.js and go!

Testing

To run tests:

yarn test

This will run the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

Debugging

To run with debugger:

yarn start:dbg

This will start application with enabled inspector agent.

If the server should wait till debugger will attache then run:

yarn start:dbg-brk

For more information, see falcon-client start command.

Production package

To build and run production package:

yarn build
yarn start:prod

You could view your application at http://localhost:3000

Idea behind the example

This is a basic example of Shop with Blog scenario.

If you would like to find more information about how it works please read about @deity/falcon-client

Last updated on 2018-11-28
← Project OverviewBasics →
  • Quick Start
  • Testing
  • Debugging
  • Production package
  • Idea behind the example
DEITY Falcon
Docs
Getting Started
Community
Community ChatTwitter
More
BlogGitHubStar
Copyright © 2019 Deity B.V.