Vipul-7 / template-app

Anyone can creates and access the templates of emails, cover letter, etc.
https://template-app-tan.vercel.app
0 stars 0 forks source link

Project Name - Template App

Production

Want to run in local?

env.example - Example of .env file for backend and frontend


# Clone the repository

git clone

# Fill the .env file with your own credentials

# Install dependencies from both frontend and backend directories

npm install 

# Start the backend server from backend directory

npm start

# Start the frontend server from frontend directory

npm run dev