This project includes a React frontend and an Express backend for a phone number submission landing page with Google Ads conversion tracking.
- Clone the repository
- Install dependencies: npm install cd client && npm install
- Create a
.env
file in the root directory and add your environment variables - Start the development server: npm run dev
npm run dev
: Starts both frontend and backend in development modenpm run server
: Starts only the backend servernpm run client
: Starts only the frontend clientnpm test
: Runs the test suite