Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 554 Bytes

Message List [FRONTEND]

Main repository: https://gitlab.com/alex9446/message_list_frontend

dev branch deploy: https://dev-message-list.netlify.app

Short description

Client side React JS service for saving and managing messages.
It connect to the server service via REST API.
Made for educational purposes for the study of react and gatsby.

Install NPM dependencies

Some dependencies are needed, use packages.json to install them

npm install

Build static files

npm run build

Serve static files

npm run serve