Mirror of github.com/kingomarnajjar/flex-template-web
Find a file
2018-10-31 17:54:28 +02:00
.circleci Test CI workflows 2018-04-03 14:28:56 +03:00
docs Update search-filters.md 2018-10-31 10:53:53 +02:00
ext/default-mail-templates Remove text only email information from README 2018-10-23 13:34:03 +03:00
public Include mapbox-sdk.min.js from static folder. 2018-09-14 15:15:21 +03:00
server CSP: add mapbox api to img-src 2018-09-14 15:15:21 +03:00
src SearchPage: *fix* range end is exclusive in Flex API 2018-10-31 10:53:53 +02:00
.editorconfig Add .editorconfig file and make Prettier use it 2017-12-11 11:27:24 +02:00
.env-template Remove unnecessary Google Maps refs from docs and code comments 2018-09-14 16:02:37 +03: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 Fix form references after moving them to different location 2018-05-02 15:56:30 +03:00
CHANGELOG.md Update version 2018-10-31 17:54:28 +02:00
LICENSE Add Apache-2.0 license 2018-01-08 10:43:58 +02:00
package.json Update version 2018-10-31 17:54:28 +02:00
README.md Fix repo name in docs 2018-09-05 17:20:50 +03:00
yarn.lock Update sharetribe-scripts 2018-09-26 16:16:01 +03: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.

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