A graphic-design application, written in React, with the use of Konva, Redux, Chakra UI, Unsplash API & Google Fonts API.
Prior to setup, create an .env
file based on the .env.example
. Make sure your PORT
in the server/.env
file is part of the VITE_API_URL
in your client/.env
.
Then proceed:
- Create a Unsplash account and use the provided test API keys.
- Get Google fonts API key and use the provided key.
- Run
yarn install
in theclient/
directory. - Run
yarn run dev
.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.