A template for you to develop apps on top of Tribe Community Platform
Explore the docs »
Build Apps
·
Expert Network
Table of Contents
This is a template project for creating apps in Tribe.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Create your app at partners.tribe.so
- Make sure you installed the node and mongodb. MongoDB is optional as most of the apps does not require storing data.
You have two ways to use this template.
- Go to the terminal and run the following command
npx create-tribe-app <your-app-name>
- Install NPM packages
npm install
- Add the credentials of your app, database, etc in the .env
- Clone the repo
git clone https://github.com/tribeplatform/tribe-starter-app
- Install packages
yarn
- Create your .env file by duplicating .env.example
cp .env.example .env;
- Add the credentials of your app, database, etc in the .env
Here are list of apps using tribe-starter-app
Distributed under the MIT License. See LICENSE.txt
for more information.