Skip to content

publicissapient-france/ximpact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Impact

npm version Coverage Status Build Status Stories in Ready

Contribute

Yarn

brew update
brew install yarn

Back

cd back

Dependencies

yarn install

Run

yarn run dev

Lint

yarn run lint:watch

Test

yarn run test

Run local PostgreSQL

yarn run postgresql

Create PostgreSQL tables

yarn run db:migrate:up

Update dependencies

yarn run npm-check

Regenerate GraphQL schema

yarn run graphql:update-schema

Web

cd web

Dependencies

yarn install

Run

yarn run dev

Build for production with minification

yarn run build

Build for production and view the bundle analyzer report

yarn run build --report

Run unit tests

yarn run unit

Run e2e tests

yarn run e2e

run all tests

yarn test

Deploy in production

Install ElasticBeanstalk CLI

brew install awsebcli
eb --version

Endpoints

Server : http://ximpact-production.eu-central-1.elasticbeanstalk.com/graphql