Start a shell such as PoworShell and navigate to the root of the project.
Install the Node.js package.
npm installExecute the following command.
npm run devThe following URL will take you to the screen.
- Press "Ctrl + C" to stop
Execute the following command.
npm run storybookThe following URL will take you to the screen.
- Press "Ctrl + C" to stop
Execute the following command to execute the build.
npm run buildnpm run lintnpm run formatnpm run format-fixnpm run stylelintnpm run stylelint-fixnpm run upgrade-checknpm run upgrade
npm installStart a shell such as PoworShell and navigate to the root of the project.
The container is started by executing the following command.
docker compose up -dInstall the Node.js package.
docker compose exec node npm installExecute the following command.
docker compose exec node npm run devThe following URL will take you to the screen.
- Press "Ctrl + C" to stop
Execute the following command.
docker compose exec node npm run storybookThe following URL will take you to the screen.
- Press "Ctrl + C" to stop
Execute the following command to execute the build.
docker compose exec node npm run buildExecute the following command to stop the container.
docker compose downdocker compose exec node npm run lintdocker compose exec node npm run formatdocker compose exec node npm run format-fixdocker compose exec node npm run stylelintdocker compose exec node npm run stylelint-fix