d9ecc56787e2c20b4726a4bfb7f60aa79cf5cc63
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
Languages
TypeScript
79.6%
MDX
17.3%
JavaScript
2.7%
Python
0.2%
SCSS
0.1%