npm install
VITE_NEWS_API_KEY = 'Your API Key'
VITE_GUARDIAN_API_KEY = 'Your API Key'
VITE_NYTIMES_API_KEY = 'Your API Key'
npm run dev
Open http://localhost:5173 with your browser to see the result.
docker build -t react-app:dev .
docker run -p 5173:5173 react-app:dev
Open http://localhost:5173 with your browser to see the result.