/message_list_frontend

Client side React JS service for saving and managing messages. Mirror of: https://gitlab.com/alex9446/message_list_frontend

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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