1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front
Vladislav Sabanov 7d9d8ec84e
Make docker and upload (#279)
* Make docker and upload

* Try to allow failures

* Allow failures npm

* Or True

* Or true

* Remove or true

* Fix config files

* Test cp

* Find dist

* Fix stage

* where is make

* Fix cd

* Remove checkers

* Fix dockerfile

* Add env to dockerfile

* Comment envs

* Set api=localhost

* Fix dockerfile and win

* Trigger on push
2019-04-24 20:25:12 +05:00
..
build Front build errors resolved 2019-04-20 14:34:46 +04:00
client Front axios defaults moved to server build only 2019-04-20 14:35:43 +04:00
types Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
utils Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
.editorconfig Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
.gitignore Fully replaced frontend part. Now everything written in typescript. 2018-09-02 23:26:15 +03:00
babel.config.js Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
config.js Front: config api url can be set through enviroment variable 2019-04-19 15:44:46 +04:00
index.html Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
package-lock.json Front added misssing dev dependencies 2019-04-19 15:11:28 +04:00
package.json Front: dev build optimized 2019-04-23 00:48:21 +04:00
postcss.config.js Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
prod.tsconfig.json Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
README.md Make docker and upload (#279) 2019-04-24 20:25:12 +05:00
server.ts Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
tsconfig.json Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00
tslint.json Front/structure refactor and building reconfigure (#277) 2019-04-18 01:52:43 +04:00

Commands

  • dev - Start developing environment (starts both server and setup client middleware for server).
  • build - Builds to /dist folder. Compiles (from ts to js) server right in dist folder, client files compiled in /dist/src.

Deploy process

Node version >= 11, because used fs async methods which experimental now

  • git pull
  • npm i
  • npm run build
  • set NODE_ENV=production, also you can specify port by set PORT=%port_number% and API_URL=%api_url%
  • cd dist
  • npm i
  • node server