Приложение для оформления кормеческих предложений, система создана для автоматизирования и нормализирования оформления кп.
Clones the repo into a new folder.
Change your terminal directory into the kickidler-app
folder.
Installs all the required dependencies
- Warning! the app is configured to work with nodejs 10.
App is configured to work on a local host via the local IPv4 adress. Follow these steps to do so:
- Get your IPv4 via
ipconfig
(on Windows) orip addr show
(on Linux). - Change the IPs on the files inside the
/components
folder.
You need to add the login and password in order to gain acess to the remote mongodb database.
Get the user and password from https://trello.com/b/V9HAno5H/кп-шник
and put them at line 16 const uri = "mongodb+srv://user:password@...
in the server.js
file
Builds the app for production to the build
folder.
Starts the app.
Opens the app.
@echo on
taskkill /IM "node.exe" /F
cd C:\path\to\kickidler-app
start cmd /k node server.js
ping your.ipv4.adress
start "" http://your.ipv4.adress:8008
pause