Mirror of github.com/kingomarnajjar/flex-template-web
Find a file
2018-12-10 14:50:21 +02:00
.circleci Change supported node version to the latest LTS 2018-12-04 10:22:17 +02:00
docs Formatting docs with newest Prettier. 2018-12-10 13:34:11 +02:00
ext/default-mail-templates Formatting docs with newest Prettier. 2018-12-10 13:34:11 +02:00
public Update react-dates to 17.2.0 2018-12-05 11:07:47 +02:00
server Pass base url to SDK only if provided 2018-11-28 10:07:03 +02:00
src Add Stripe support for Canada 2018-12-10 14:50:21 +02:00
.editorconfig Add .editorconfig file and make Prettier use it 2017-12-11 11:27:24 +02:00
.env-template Disable base url in .env template 2018-11-28 10:07:12 +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
.nsprc Create-react-app has dependency to vulnerable lib - we need to wait them to react. 2018-08-03 14:31:48 +03: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 changelog and comment in config 2018-12-10 14:03:29 +02:00
LICENSE Add Apache-2.0 license 2018-01-08 10:43:58 +02:00
package.json Update Prettier to 1.15.3 2018-12-05 11:07:47 +02:00
README.md Add Heroku button to README.md 2018-11-30 09:35:29 +02:00
translations.js Change confirmation response to case insensitive 2018-11-27 12:36:45 +02:00
yarn.lock Update Prettier to 1.15.3 2018-12-05 11:07:47 +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
cp .env-template .env                                          # copy the env template file to add your local config
emacs .env                                                     # in your favorite editor, add the mandatory env vars to the config
yarn install                                                   # install dependencies
yarn run dev                                                   # start the dev server, this will open a browser in localhost:3000

See the Environment configuration variables documentation for more information of the required configuration variables.

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 Customization guide.

Getting started with your own customization

If you want to build your own Flex marketplace by customizing the template application, see the Customization guide documentation.

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 documentation about deploying to Heroku for more information.

Deploy

Documentation

Full documentation can be found in the docs directory.

License

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

See LICENSE