All Projects → erxes → erxes-widgets

erxes / erxes-widgets

Licence: other
Deprecated: Repo is now integrated with erxes/erxes

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to erxes-widgets

Universal React Apollo Example
Universal React Apollo App (GraphQL) consuming: https://github.com/WeLikeGraphQL/wordpress-graphql-api-example!
Stars: ✭ 117 (+350%)
Mutual labels:  apollo, webpack2
apollo-log
A logging extension for the Apollo GraphQL Server
Stars: ✭ 64 (+146.15%)
Mutual labels:  apollo
guchub
🎓 Elegantly manage your GUC academic life
Stars: ✭ 15 (-42.31%)
Mutual labels:  apollo
super-minimal-aurelia
A barebones Aurelia + webpack2 build
Stars: ✭ 19 (-26.92%)
Mutual labels:  webpack2
vuex-apollo
💚 Vuex-Apollo integration for VueJS
Stars: ✭ 32 (+23.08%)
Mutual labels:  apollo
graphql-ts-client
Typescript DSL for GraphQL.
Stars: ✭ 124 (+376.92%)
Mutual labels:  apollo
firebase-ignite
Firebase PWA Boilerplate
Stars: ✭ 12 (-53.85%)
Mutual labels:  webpack2
graphql-chat-sample
a simple sample to help :)
Stars: ✭ 19 (-26.92%)
Mutual labels:  apollo
skycloud-base
🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监控(prometheus与grafana) 等,适合学习与快速开发使用
Stars: ✭ 80 (+207.69%)
Mutual labels:  apollo
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+203.85%)
Mutual labels:  webpack2
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-50%)
Mutual labels:  webpack2
bs-reason-apollo
ReactApollo bindings for BS
Stars: ✭ 23 (-11.54%)
Mutual labels:  apollo
Todo-apollo-redux-react-native
Todo App with apollo + redux + react-native
Stars: ✭ 15 (-42.31%)
Mutual labels:  apollo
apollo-fragment
Use Apollo Link State to connect components to GraphQL fragments in the Apollo Cache
Stars: ✭ 112 (+330.77%)
Mutual labels:  apollo
r-music
react music demo
Stars: ✭ 57 (+119.23%)
Mutual labels:  webpack2
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+342.31%)
Mutual labels:  webpack2
graphql-cli-codegen
apollo-codegen plugin for graphql-cli
Stars: ✭ 22 (-15.38%)
Mutual labels:  apollo
graphql-client-example-server
A simple GraphQL server for powering examples of various GraphQL clients in various languages.
Stars: ✭ 34 (+30.77%)
Mutual labels:  apollo
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+1130.77%)
Mutual labels:  webpack2
apollo-link-defer
Interface for creating asynchronous links.
Stars: ✭ 16 (-38.46%)
Mutual labels:  apollo

erxes Inc - erxes Widgets

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

Status

Build Status Known Vulnerabilities

Running the server

1. Node (version >= 4) and NPM need to be installed.

2. Clone and install dependencies.

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)

4. Start the server.

For development:

yarn dev

For production:

yarn build
yarn start

5. Running servers:

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

In-kind sponsors

                       

Copyright & License

Copyright (c) 2018 erxes Inc - Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].