erxes is an open source growth marketing platform. Marketing, sales, and customer service platform designed to help your business attract more engaged customers. Replace Hubspot with the mission and community-driven ecosystem.
View demo | Download ZIP | Join us on Slack
git clone https://github.com/erxes/erxes-widgets.git
cd erxes-widgets
yarn install
3. Create configuration from sample file. We use dotenv for this.
cp .env.sample .env
This configuration matches with the default configurations of other erxes platform repositories. For the first time run, you don't need to modify it.
.env file description
PORT=3200 (Server port)
ROOT_URL=http://localhost:3200 (Widgets server url)
API_URL=http://localhost:3100 (erxes-widgets-api server url)
API_SUBSCRIPTIONS_URL=ws://localhost:3300/subscriptions (erxes-api server)
For development:
yarn dev
For production:
yarn build
yarn start
- Widgets server: http://localhost:3200.
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Copyright (c) 2018 erxes Inc - Released under the MIT license.