- react
- react-router-dom
- easy-peasy | State Management
- @emotion/styled | Styled Components
- framer-motion | Animations
- ramda | Functional Programming helpers
- axios | xmlhttp requests
- react-axe | accessibility testing library
- react-snap | static prerendering
- prettier | Formatter
npm i
START: it'll start http://localhost:3000
npm run start
npm run build
CONTAINER: it'll start http://localhost:5000
docker build -t moobees .
docker run -it -p 5000:80 moobees