Closed pietrop closed 4 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.
Marking as invalid as we moved to firebase
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
Describe alternatives you've considered
serving static files in express imported from the npm module. as described here
eg in express server
Additional context
Leaving some notes re-adding react client to infrastructure, as just pushed the client to npm.