To deploy work enviroment
for any lint error
to build the work enivormnet and deply app.
To install emotion/styled in your own react projects
to get documentation of this CSS library the link here:
https://emotion.sh/docs/introduction
to install library and use animations for transition:
npm i react-transition-group it will be required import things to the actual project
import { TransitionGroup, CSSTransition } from 'react-transition-group';