Вы можете развернуть данный сайт у себя на ПК и проверить его работоспобность.
- NodeJs
- Express
- EJS (Шаблонизатор)
- Clang на вашем ПК (для компиляции)
- Перейдите в папку
cd src - В консоле введите команду
node server.js - В браузере введите localhost:3000 и у вас все откроется
- Можете попробовать ввести какой-нибудь код в форме input.
You can deploy this site on your computer and check its functionality.
- NodeJs
- Express
- EJS (Template engine)
- Clang on your PC (for compilation)
- Go to
cd src - In the console, enter the command
node server.js - In the browser, enter localhost:3000 and everything will open for you.
- You can try entering some code in the input form.