Skip to content

raju-dasupally/stunning-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your express app starts here ✨

Congrats on deploying your express app on GCP 🎉
Find below the details of your deployment and more
And once you are ready, update this README to show off your project

App hosted URL would be: ✈️

You can readily find the URL where your repo hosts the application in the Development environment. Or manually you can find your website deployed at TBF.

How to setup local development server?

# to start a local development environment, and view in browser.
npm install
npm start
open http://localhost:3000 

# to run tests
npm test

# to generate a production build
npm build

Learn more

ExpressJS

Visit Expressjs.com to view the full documentation.

Other Useful links

Security guide

Please see our guide lines for reporting issues related to security.md.

Contributor guide

Please see our guide lines for contributing.md.