Skip to content

albeertito7/healthsites-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthSites NodeJs Website

Developed and designed as a part of the business/marketing plan for the HealthSites Android App.

Deployed

The website is deployed using heroku, thus u can find the Procfile.
link: healthsites.herokuapp.com

Requirements

For development, you will only need Node.js and npm, installed in your environment.
You may also use Yarn if preferred.

Node

  • Node installation on Windows/MacOS

    Just go on oficcial Node.js website and download the installer. Also, be sure to have gitavailable in your PATH, npm might need it (You can find git here)

    Note: On MacOS you may also prefer to use brew by running $ brew install node

  • Node installation on Ubuntu

    Easy. Just run:

      $ sudo apt install nodejs
      $ sudo apt install npm
    
  • Other

    There is more information about the installtion on the official Node.js website and the oficcial NPM website.

If the installation was successful, you should be abel to run

$ node --version
$ npm --version

Also, if you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install -g npm

Running the project

For development, as it is used nodemon, apply:

$ npm dev

otherwise:

$ npm start

Simple build for production

$ npm build

Releases

No releases published

Packages

No packages published