Toolkit Setup

This tutorial will guide you through the process of setting up the Stackpress toolkit. Its specific objectives are the following.
  • • Building on top of the Plugin Architecture described in the main tutorial.
  • • Setting up the Stackpress client engine.
  • • Setting up an SQL database engine.
  • • Setting up the Stackpress context provider.
By the end of this tutorial, the entire toolkit including database, authentication, sessions, roles & permissions, i18n, API, and more will be available when building web applications. You can use the following blocks to skip around the tutorial.

1. Project Setup

Setting up the project structure and node packages.

Read On

2. Client Engine

Setting up the client engine.

Read On

3. Database Engine

Setting up an SQL database engine.

Read On

4. Context Provider

Setting up the React context provider.

Read On