Set React Router
manuelsanchez2 opened this issue · comments
Manuel Sanchez commented
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