manuelsanchez2 / doicheliving-app

Final Bootcamp Project - Travel App on Germany with React.js and Node.js

Home Page:https://doicheliving.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup dev environment

manuelsanchez2 opened this issue · comments

User story

As a developer,
I want to have a very good basic set up,
so that the project works by every computer.

Notes / Links

npm install eslint@^6.6.0 --save-dev - Add the ^6.6.0 version of eslint to avoid compability problems with React
npm i -D prettier - https://prettier.io/docs/en/install.html
npm install --save-dev eslint-config-prettier
npx mrm lint-staged
npm i morgan

manuelsanchez2/full-stack-template#3

Acceptance criteria

  • ESlint
  • ESlint config
  • Prettier
  • Link-staged
  • Morgan