Backend
Frontend
Mobile
Mobile:
cd server
npm install
npm install --production
npm run knex:migrations
npm run knex:seeds
cd web
npm install
npm install --production
npm start
cd mobile
npm install
npm install --production
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Backend
Frontend
Mobile
Mobile:
cd server
npm install
npm install --production
npm run knex:migrations
npm run knex:seeds
cd web
npm install
npm install --production
npm start
cd mobile
npm install
npm install --production
npm start