- reactjs
- react-router 5 (example with layout usage)
- localization with react.i18next
- jest + testing-library
- doc
git clone https://github.com/serheyShmyg/frontend.git && \
cd frontend && \
npm install && \
npm start;
npm start
- run webpack dev server with app (local server, watch)npm run prod
- make production buildnpm run start:prod
- start production buildnpm run test
- run testsnpm run test:watch
- run tests in dev modenpm run story
- run react cosmosnpm run locale
- generate localization messages