CloudWave have provided scaffolding for both the front and back end of the challenge, to save you time.
This application uses Vite, ReactJS, Typescript and vitest for testing. tsconfig.json has been pre-configured for the environment and hot reloading has been set up for you.
There's stylelint for linting SCSS files and eslint for linting code. You can lint the application with the lint and lint:styles commands in package.json.
We've added ant design for you to use, which comes with a selection of UI React components and style classes out of the box.
Read more here.
Not comfortable with Ant design? Feel free to use native HTML elements or another component library, such as material-ui or react-bootstrap.
This challenge uses react-router for routing.
Read more here. The examples on the home page should be enough for you to complete the challenge.
This application uses typescript and jest. tsconfig.json has been pre-configured for the environment.
The HTTP server with socket.io are already connected. The socket server will automatically run by default on port 3001.
The backend server supports hot reload using nodemon. Any changes you make to files will automatically be updated if the server is started with the start:dev command.