Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.47 KB

Serverless React Browsers CircleCI

preview

A React-based application that utilizes a serverless lambda function which spawns a Chrome instance using Puppeteer and takes and returns a screenshot of a given website and displays the returned image on the appropriately CSS styled browser window (desktop or mobile).

Development

Requirements

Steps

Run the live-reload server on http://localhost:3000

make dev

Or run the live-reload server on http://localhost:8888 with Netlify (λ) functions:

make netlify

📚 The Tech. Stack

This project uses the following technologies:

The Front-End:

The Back-End:

⛓️ CI/CD Pipeline

This project uses the following CI/CD Pipeline:

  1. CircleCI - CircleCI is used to test whether or not this project builds successfully.

License

© Nicholas Adamou.

It is free software, and may be redistributed under the terms specified in the LICENSE file.