Getting started

At this point, you might be thinking you want to

The easiest way to get started with financialcpp is to use the batteries-included starter template.

Installation

Create from template:

# Make sure you have npx installed (npx is shipped by default since NPM 5.2.0) or npm v6.1 or yarn.
npx create-financialcpp <project-name>
# Starting with npm v6.1 you can do:
npm init create-financialcpp <project-name>

The template will take care of installing packages.

npm run dev

You should see the following in your console:

🚀 Server started at http://localhost:3000

There's much more to learn but you can open your browser at the address and get familiar with the trading interface.

Edit this page on GitHub Updated at Thu, Apr 29, 2021