Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 751 Bytes

CAS Front-End Engineering

Please fork this repository to go along with the course. This project uses the following technologies:

Installation

To run the demo application you need Node version 20 or 22. To install run:

  • npm install
  • npm run dev starts the development server, open the following URL in your browser: http://localhost:8000/.
  • npm run test runs the screenshot tests (requires npm run start in a separate session)
  • npm run storybook starts the styleguide

Troubleshooting

  • On macOS run brew install watchman to get the screenshots to compile