Skip to content

SuoraGmbH/react-camp-2023-12

Repository files navigation

Suora React Workshop

You can find the slides online here.

Start the project

The project requires Node.js 18 or higher. It was tested with Node.js 18.18 and 20.9.

npm install
npm start

This repository contains configuration for both prettier and eslint. You can run the following commands to format and lint your code.

npm run format # Formats your code
npm run lint # Check for linting errors

Other commands

The following is not required at the beginning of the workshop. I will let you know when to use them but put them here for reference.

npm run start:backend # Start the backend server
npm test # Run tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published