bbc / digital-paper-edit-infrastructure

Work in progress - BBC News Labs digital paper edit project - AWS infrastructure
Other
1 stars 1 forks source link

Adding react client to infrastructure #1

Closed pietrop closed 4 years ago

pietrop commented 5 years ago

Is your feature request related to a problem? Please describe.

Adding react client to infrastructure.

Describe the solution you'd like

@bbc/digital-paper-edit-client

npm i @bbc/digital-paper-edit-client -save

Describe alternatives you've considered

serving static files in express imported from the npm module. as described here

eg in express server

app.use("/", express.static(path.join(__dirname, '..', 'node_modules/@bbc/digital-paper-edit-client')));

Additional context

Leaving some notes re-adding react client to infrastructure, as just pushed the client to npm.

emettely commented 4 years ago

Marking as invalid as we moved to firebase