/middle.messenger.praktikum.yandex

Самостоятельный проект

Primary LanguageTypeScript

Yandex practicum learning messenger project

Run Locally

Clone the project

  git clone https://github.com/tp47/practicum-chat

Go to the project directory

  cd practicum-chat

Install dependencies

  npm install

Start the dev server

  npm run dev

Build Project

Build project

  npm run build

Preview builded project

  npm run preview

Endpoints

Home page

/
Local Netlify Description
/ / Home page of application with login form

Signup page

/sign-up
Local Netlify Description
/sign-up /sign-up Page with signup form

Profile page

/profile
Local Netlify Description
/profile /profile Page with user profile and edit actions

Chat page

/messenger
Local Netlify Description
/messenger /messenger Page with chat

Edit profile page

/settings
Local Netlify Description
/settings /settings Page with profile edit form

Edit password page