Skip to content

MikaelEngvall/headhunter-frontend

Repository files navigation

Headhunter

image

This is the frontend part of the internship project Headhunter created by Mikael Engvall and Anders Lorén.

The backend can be found here.

Styled Components

Install Styled Components and more:

1. Install Style Component

npm install styled-components

2. Install babel plugin for styled components

npm install --save-dev babel-plugin-styled-components

3. Create .babelrc

touch src/babelrc

Paste this into babelrc:

{ "plugins": ["babel-plugin-styled-components"] }

4. Install Babel Macro

npm install --save-dev babel-plugin-macros

5. Install vscode-styled-components plugin in VS Code

https://github.com/styled-components/vscode-styled-components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published