项目作者: EvaMalinina

项目描述 :
React, React-Router, Redux, React-Redux, Typescript, Jest, Cypress, Testing Library, good mood :)
高级语言: TypeScript
项目地址: git://github.com/EvaMalinina/tv-shows.git
创建时间: 2021-02-18T16:39:27Z
项目社区:https://github.com/EvaMalinina/tv-shows

开源协议:

下载


netflix

Basic setup for SPA
Boilerplate (Webpack 5, React 17, React-Redux, Redux, Typescript, Cypress, Testing Library)

To start the app:

  • git clone
  • npm i
  • npm run start/dev

Created package.json file and installed React, Redux, React-Redux, React-Router, Jest.
Installed and configured Webpack & Babel to get build artifact by running npm command.
DEV and PROD build configurations are set.
Used env variables, dev server, optimizations for PROD build.
Testing is set.

To start server:

  • cd api
  • npm i
  • npm start