Skip to content

alexander-lebed/redux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Messenger

MERN (MongoDB, Express, React, Node.js)

##TODO:

  • PWA
  • GitHub Pages

Install dependencies:

yarn install

Run (dev mode):

yarn dev

Then go to http://localhost:8082/

Run (prod mode):

yarn start

Tests

yarn test

Redux unit test example: src\redux\reducers_tests_\authentication.test.js

Component unit test example: src\components\People_tests_\People.test.js

App integration test example: src_tests_\App.spec.js

Notes

To upgrade all project dependencies:

npm i -g npm-check-updates
npm-check-updates -u
yarn install

To update flow types for project dependencies:

yarn global add flow-typed
yarn install
flow-typed install