0.3.50 • Published 10 days ago

gp-front-dev-server v0.3.50

Weekly downloads
-
License
ISC
Repository
-
Last release
10 days ago

gp-front-dev-server

Development server for gp-front.

Why?

Development process is complicated. To develop new platform features and components we need to have an ability to run development process locally. We need a dev server for this. First of all our server should work as regular proxy. On one hand, it should have an ability to proxy requests, addressed to database (analitical server) and backend:

  • data requests to /api
  • storage requests
  • session requests and on the other, it should communicate with /graphql endpoint to read, create, update and delete the assets.

The pages are composed of assets. Pages are the crucial parts of the application that need to be treated with extra care as they are not currently protected by git (but the situation is expected to change soon).

They located on the server side, in file system. Sometimes (very often!) we need more freedom in editing them.

And of course we want to see all the changes in out sources hot-reloaded.

This server was created to solve these problems.

Installation

npm i -D gp-front-dev-server

Environment variables configuration

Use this .env.example and edit it with your credentials for development.

Usage in gp-front

Add to package.json scripts section:

"dev": "gp-front-dev-server"

and run npm run dev.

How to use gp-front-dev-server for local pages development?

Add to .env in your gp-front repo the variables:

USE_INSTANCE_PAGES_DIR_LOCAL=1
INSTANCE_PAGES_DIR_LOCAL=<path-to-local-pages-dir>
0.3.50

10 days ago

0.3.49

1 month ago

0.3.48

1 month ago

0.3.47

1 month ago

0.3.45

1 month ago

0.3.44

1 month ago

0.3.43

1 month ago

0.3.42

2 months ago

0.3.41

2 months ago

0.3.40

2 months ago

0.3.39

3 months ago

0.3.38

3 months ago

0.3.37

3 months ago

0.3.35

3 months ago

0.3.34

3 months ago

0.3.33

3 months ago

0.3.32

3 months ago

0.3.31

3 months ago

0.3.30

3 months ago

0.3.29

3 months ago

0.3.28

3 months ago

0.3.27

3 months ago

0.3.26

3 months ago

0.3.24

3 months ago

0.3.23

3 months ago

0.3.20

3 months ago

0.3.22

3 months ago

0.3.21

3 months ago

0.3.17

3 months ago

0.3.16

3 months ago

0.3.15

3 months ago

0.3.19

3 months ago

0.3.18

3 months ago

0.3.13

4 months ago

0.3.12

4 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.9

4 months ago

0.2.14

4 months ago

0.2.13

4 months ago

0.3.8

4 months ago

0.3.7

4 months ago

0.3.4

4 months ago

0.3.3

4 months ago

0.2.12

4 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.0

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.8

5 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.4

6 months ago

0.1.0

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

8 months ago

0.0.4

8 months ago