Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 508 Bytes

File metadata and controls

20 lines (13 loc) · 508 Bytes

Squeezer Client

A no-code site builder focused on making static landing pages for generating leads. This is the client app, built with React.js and Material UI.

Find the server code here.

Major features:

  • CRUD on websites
  • Manage website style and content
  • Live preview of website changes
  • View your live, deployed website
  • Authorization and account management

Prep

  1. yarn install or npm install
  2. yarn run start or npm start