Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.29 KB

React + Redux + Rxjs + Testing

Getting Started

To setup and run the workshop you need:

  • Node >= 10.14.0
  • Install React Developer Tools
  • Install dependencies: npm install
  • Bootstrap packages: npm run bootstrap

Available Scripts

In the project directory, you can run:

Package: 00-components

This package shows how to delvelop isolated and reusable UI components.

  • Start npm run components:start
  • Build npm run components:build

Package: playground

This package is a preconfigured environment to follow the workshop.

  • Start npm run playground:start
  • Build npm run playground:build
  • Tests npm run playground:test

Workshop steps:

Every step will run on a separate port on http://localhost:30XX.

The app will reload if you make edits.
You will also see any lint errors in the console/app.

  • Run step 01: npm run 01:start

  • Run step 02: npm run 02:start

  • Run step 03: npm run 03:start

  • Run step 04: npm run 04:start

  • Run step 05: npm run 05:start

  • Run step 06: npm run 06:start

  • Run step 07: npm run 07:start

  • Run step 08: npm run 08:start

  • Run step 09: npm run 09:start

  • Test step 09: npm run 09:test