salestracker / supplytracker_gae

gae ported version of supply tracker
0 stars 0 forks source link

Library for frontend use #4

Closed codecakes closed 5 years ago

codecakes commented 5 years ago

I suggest to not lock in ourselves into react, angular or polymer. These are all under active development projects but we want to be as free and use these for productivity rather than troubleshooting.

Suggestion: Try Aurelia or Stenciljs.

codecakes commented 5 years ago

@jasvinsinghk frontend is deployed using serverless at birdir_develop branch

codecakes commented 5 years ago

so all frontend code will be on project folder: bizdir/ this is deployed in biz leads project in appengine.

and all backend code will be deployed in package/ folder which is deployed in supplytracker project.

codecakes commented 5 years ago

https://serverless.com/framework/docs/providers/google/guide/workflow/

codecakes commented 5 years ago

https://cloud.google.com/functions/docs/writing/

codecakes commented 5 years ago

https://cloud.google.com/functions/docs/calling/pubsub#functions-deploy-command-node10

jasvinsinghk commented 5 years ago

https://facebook.github.io/create-react-app/docs/getting-started @codecakes FYI Please take a look it will help us lot as per our requirement

codecakes commented 5 years ago

@jasvinsinghk read about it:

https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment

codecakes commented 5 years ago

@jasvinsinghk See: https://codecakes.github.io/TD-React-Challenge-Test-1/

page hosted at: https://github.com/codecakes/TD-React-Challenge-Test-1

codecakes commented 5 years ago

More on hosting react over gh pages: https://itnext.io/so-you-want-to-host-your-single-age-react-app-on-github-pages-a826ab01e48

codecakes commented 5 years ago

Using react router or Hash router, see: https://levelup.gitconnected.com/deploying-a-create-react-app-with-routing-to-github-pages-f386b6ce84c2

codecakes commented 5 years ago

We have to consider one of these: https://facebook.github.io/create-react-app/docs/deployment#netlify-https-wwwnetlifycom

codecakes commented 5 years ago

Using react on zeit.co finalized for PoC.