Skip to main content
Version: Platform (v2019)

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.

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

Ask the community. #help

If you can't find what you're looking for, the answer might be on our community slack channel. Our team keep a close eye on this and will usually get back to you within a few hours, if not straight away. If you haven't created an account yet please sign up here slack.deity.io.

Stay up to date

Do you want to be informed when we release new features or fixes? Sign up to our newsletter to stay in the loop.