Giter VIP home page Giter VIP logo

emjpm's Introduction

eMJPM

Fiche technique du projet

Fiche technique du projet

Getting started

Dependencies

Install all the packages

yarn

This will trigger some build on the postinstall script:

husky install
lerna link

Development

run docker-compose services db, hasura, maildev, api launch hasura console run react-scripts start

yarn dev

Logs containers

yarn dev:server:log

Stop

to stop current react dev console: press CTRL+C in current terminal

to stop current containers:

docker-compose down

Cleaning

to remove installed packages

rm -rf node_modules
rm -rf packages/app/node_modules
rm -rf packages/api/node_modules

to remove db

docker volume rm emjpm_emjpm-pgdata

Test production build

this work without any previous install

yarn dev:prod

Test

Fonctionnement des tests

Release policy

Semantic releases

yarn release

Deployment policy

see documentation details

Branch name

You need to name your branch with the commit lint convention

branch name template:

type/***-***

Type

Must be one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

as a reference see https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-angular

emjpm's People

Contributors

adrienastorya avatar dependabot[bot] avatar devthejo avatar douglasduteil avatar gershon avatar gonzalezad1 avatar javiervbcp avatar kwiss avatar pom421 avatar remiroyc avatar renovate[bot] avatar revolunet avatar socialgroovybot avatar swatnes64 avatar tglatt avatar toub avatar unicscode avatar virasack avatar ylascombe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.