Skip to content

thinc-org/JS-BKK-Front

Repository files navigation

Start the project

Make sure you have VS Code, Node.js, Yarn, ESLint, Prettier, and Tailwind CSS IntelliSense installed before starting the project.

Instruction

  1. Clone this project
  2. Run yarn install
  3. Run yarn dev

Debugging in VS Code

This project can be debugged easily by using Chrome extension

Chrome

Install Debugger for Chrome and run

Chrome: full

on VS Code debug panel

Edge beta

Install Debugger for Microsoft Edge and run

Edge: full

on VS Code debug panel

Running Cypress tests

Make sure your dev server is open.

yarn cypress open