Getting Started

Course given by Pluralsight:

Designing React 17 Components by Peter Kellner

  1. Install Node 16 with NPM 6.14.12.
  2. Clone this repository. - https://github.com/pkellner/pluralsight-designing-react-components-course-code or download the zip
  3. **Set your default directory to which module you want (example: cd 02-designing-better-components - cd clip-02-setting-up-our-dev-environment
  4. Install Node Packages with Dependencies. - npm install

How to run

npm install

Then, do run the app you just need type

npm run dev

And that will launch the web server on port 3000 where you can browser to it at the url: http://localhost:3000

Original course source code can be found in the branch Course-Release-May-2020