mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 11:43:34 +03:00
Building a modern alternative to Salesforce, powered by the community.
crmcrm-systemcustomergood-first-issuegraphqljavacriptmarketingmonoreponestjsopen-sourcepostgresqlreactreactjssalesstarred-repostarred-twentyhq-repotypescriptweb
64d07b907c
Configure AWS codebuild to automate deploy |
||
---|---|---|
front | ||
server | ||
.gitignore | ||
buildspec.yml | ||
Dockerfile | ||
LICENSE | ||
README.md |
twenty
Welcome to Twenty!
Setup & Development
Frontend
cd front && npm install
npm run start
Browse: localhost:3000
Backend
cd server && npm install
npm run start:dev
Browse: localhost:5000
Tests
Frontend
npm run test
Backend
npm run test
Browse: localhost:5000
Production
cd front && npm run build
cd ../server && npm run build