Skip to content

sfeir-open-source/sfeir-school-cypress

Repository files navigation

SFEIR School Cypress

SFEIR School logo


Discover the SFEIR Schools


Slides

You can view the slides here.


Develop

To run docs locally, go in directory docs and run npm run serve of if you don't have node, you can use docker docker-compose up, and open slides on http://localhost:5000/.


Workshop

Workshops are in directory exercice/steps :

  • two directories per workshop :
    • one with a README.md with workshop steps and source file to complete
    • a second directory suffixed with -solution which contains source file with solutions.

Culture

The steps folder is a mono repo which contains three applications:

  • react-solution
  • react-solution-e2e
  • nest-server

This mono repos was bootstrapped with the nrwl technologies and especially the @nrwl/react and @nrwl/nest technologies

For more information visit the following website


Installation workshop and play with it

In the folder exercices/steps

Installation

npm install || npm ci

Launch the react-solution project:

npm run start-react-solution

Launch the react-solution-e2e project

npm run start-react-solution-e2e

Launch the nest-server project

npm run start-nest-server

Visual studio code user

If you use Vscode, this repo will automatically install the necessary extension if you accept the proposal.
All the necessary tasks are already created and you can launch this task out of the boxe

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.