Simple image upload server using CRA, Express, Sharp and S3, deployed on Heroku.
It can also be used as a template for react-express type apps, with authentication and ant-design configured.
/client
: React project using create-react-app.- Ant Design and React Router configured.
- Using hooks and zustand for state management.
- Styling using styled-components.
/server
: Our express app, compiled with babel.
cp server/.env.example server/.env
vim server/.env
- Install deps and start server:
yarn install
yarn dev
yarn build
yarn start