Skip to content

Пример сервиса для лекции «React. Redux» (frontend)

Notifications You must be signed in to change notification settings

urfu-2016/studentogram-app-example-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studentogram Frontend

Example project to the lecture about React, Redux.

It implemets some sample of the chat application with chats. For instant messaging I use socket.io.

This repository contains frontend only. If you want to find server side or lecture go to Links.

Versions

On the branch master: pure React with JSX.

On the branch redux: React + Redux.

Build and development

  1. Install project's dependencies:
npm i
  1. To run application for development use:
npm run start
  1. To build application use:
npm run build

Links

Slides

Backend repo

About

Пример сервиса для лекции «React. Redux» (frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published