Skip to content

Nelik/login-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Project - login and sign up web app

This project was bootstrapped with Create React App.

Configuration

NodeJS

This project was set up with NodeJS 16.X. Recommended version is 16.X or higher.

  • Check installed version: $ node --version
  • If NodeJS is missing or installed version is incompatible, then:
    • Check if NVM is installed $ nvm -- version
    • If NVM is not installed:
    • Install NodeJS using NVM: $ nvm install 12.22.0 $ nvm use 12.22.0
    • Install dependecies with npm install in the root project directory.

Run

To start the application run npm start in the root project directory.

Deployment

The appplication has been deployed in AWS and listens on port 3000. Find it here: http://34.220.165.194:3000/

About

UI side for the login project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published