This project was made using Vue.js and Express.js Used to add XMP in any .psd file. That's it.
- Run
yarn
ornpm install
- Create .env in the root directory with content from the .env.example file
- Use
yarn dev
ornpm run dev
to start project in development mode
In the project directory, you can run:
Runs the app in the development mode, meaning the server and the client are started with the hot-reload feature
Runs the app in the production mode.
Builds the app for production to the /server/pubic
folder.
Your app is ready to be deployed!