Mirror of github.com/kingomarnajjar/flex-template-web
Find a file
Vesa Luusua 68bf18e737
Merge pull request #1029 from sharetribe/v2.11.1
Update version to v2.11.1
2019-02-21 14:02:14 +02:00
.circleci Add audit CI job 2019-02-05 15:16:02 +02:00
docs Update outdated email template docs 2019-01-29 15:53:22 +02:00
ext/default-mail-templates Run Prettier for docs 2018-12-20 16:09:50 +02:00
public Update Mapbox SDK 2019-01-17 15:29:46 +02:00
scripts Add audit script 2019-02-05 15:15:51 +02:00
server Update Sentry DSN related env variables and docs 2019-01-17 10:29:39 +02:00
src Add translations for missing keys (French and Spanish) 2019-02-21 13:53:55 +02:00
.auditrc Add audit script 2019-02-05 15:15:51 +02:00
.editorconfig Add .editorconfig file and make Prettier use it 2017-12-11 11:27:24 +02:00
.env-template Edit environment variables after .env file is created 2019-01-17 12:44:00 +02:00
.env.development Use Transit Verbose mode in development 2018-04-12 16:28:16 +03:00
.env.test Revert PORT handling to previous behaviour 2018-03-15 22:25:47 +02:00
.gitignore Harmonize client & server env handling 2018-03-15 14:27:57 +02:00
.prettierignore Add components and containers index-files to .prettierignore 2018-11-15 15:16:04 +02:00
app.json Create app.json 2018-11-30 09:34:21 +02:00
CHANGELOG.md Update version to v2.11.1 2019-02-21 14:00:23 +02:00
LICENSE Add Apache-2.0 license 2018-01-08 10:43:58 +02:00
package.json Update version to v2.11.1 2019-02-21 14:00:23 +02:00
README.md Update readme files 2019-01-29 15:33:12 +02:00
yarn.lock Add bfj dev-dependency 2019-02-05 12:46:13 +02:00

Sharetribe Flex Template for Web

CircleCI

This is a template web application for a Sharetribe Flex marketplace ready to be extended and customized. It is based on an application bootstrapped with create-react-app with some additions, namely server side rendering and a custom CSS setup.

Quick start

If you just want to get the app running quickly to test it out, first install Node.js and Yarn, and follow along:

git clone git@github.com:sharetribe/flex-template-web.git      # clone this repository
cd flex-template-web/                                          # change to the cloned directory
yarn install                                                   # install dependencies
yarn run config                                                # add the mandatory env vars to your local config
yarn run dev                                                   # start the dev server, this will open a browser in localhost:3000

You can also follow along the Getting started with FTW tutorial in the Flex Docs website.

For more information of the configuration, see the FTW Environment configuration variables reference in Flex Docs.

Note: If you want to build your own Flex marketplace on top of the template, you should fork the repository instead of cloning it. See the How to Customize FTW guide in Flex Docs.

Getting started with your own customization

If you want to build your own Flex marketplace by customizing the template application, see the How to Customize FTW guide in Flex Docs.

Deploying to Heroku

Note: Remember to fork the repository before deploying the application. Connecting your own Github repository to Heroku will make manual deploys easier.

See the How to deploy FTW to production guide in Flex Docs for more information.

Deploy

Documentation

See the Flex Docs site: https://www.sharetribe.com/docs/

See also the docs/ directory for some additional internal documentation.

License

This project is licensed under the terms of the Apache-2.0 license.

See LICENSE