Skip to content

alex9446/message_list_frontend

Repository files navigation

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