Skip to content

aneurysmjs/react-shop

Repository files navigation

React shop

GitHub version npm version Build Status Eclipse Marketplace GitHub last commit GitHub commit activity GitHub issues

This projects is plan to be used as an architecture for react apps that focus using Flow, react-hooks, Redux, @testing-library/react, Jest with SSR and code-splitting

Scripts

yarn start

Starts development mode for client and server also run express for serving files and SSR.

yarn build

Creates shop for production.

yarn plop

this project uses plop for creating components

create a React component(class or functional) with its corresponding test

yarn test

Run Jest's tests