Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.03 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.03 KB

HNG INTERNSHIP #Task 1 A simple app that allows an Individual to:

  1. Create a new account
  2. Login with the account details
  3. Authenticate the user
  4. if user exist, proceed to a welcome dashboard.

Heroku URL: https://hng-authentication.herokuapp.com/

The Frontend URL: https://eliteaddy.github.io/hng6-team-major

To run this repo locally

$ git clone [email protected]:eliteaddy/hng6-team-major.git

then

cd hng6-team-major

to run it, you need to install node and run the command below to install dependency

npm install

to start the server side / backend run

npm run start

to run the frontend

cd front-end

and run

yarn install

this will install the frontend dependency.

Enter this to your terminal to run the frontend

yarn start

to deploy frontend to gh-page, change the homepage inside package.json to your https://github-username.github.io/repo-name and run on your terminal inside front-end folder

yarn deploy

Thank you.