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

Set React Router

manuelsanchez2 opened this issue · comments

User story

As a developer,
I want to have a very good and clean app structure (both structure and style speaking)
so that I can create my app in a very efficient way.

Notes / Links

Structure: https://reactrouter.com/web/guides/quick-start

npm install react-router-dom

Styling: https://emotion.sh/docs/install#vanilla

npm install --save @emotion/styled @emotion/core

Acceptance criteria

  • Set up React Router with the main components
  • Add both emotion packages to the client
  • Create a global.css variable that we are going to edit in #10