Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 397 Bytes

Messages App - Frontend

The frontend was built using React.js and many other packages.

Stack

// TODO: To be updated.

Quick Start

  1. Run npm i to install package dependencies.

  2. Change the config file if needed. // TODO: Up to this time the configuration is hard-coded.

  3. Run npm run start for starting the server.

Build

Run npm run build for building the project.