Skip to content

JanusHealthInc/hello-janus-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-janus-react

Boilerplate project for React code exercise.

In preparation for your interview, please ensure that you are able to clone this git repository and run the commands below. This will not be the same repository that we will use for your interview, but we want to make sure that your machine is able to run the application.

If you cannot run the commands, please alert us ahead of time, so that you may reschedule or find a different computer that works.

Commands

Check if Node.js is installed by running the following command:

node --version

If you receive an error such as 'node' is not recognized, then install Node.js.

How to install Node.js (If not installed)

  1. Install nvm (Node Version Manager)
  2. Run: nvm use 16

Install dependencies

npm install

Run the application

npm start

In a web browser, navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

About

repo for ensuring that candidates can install dependencies needed for react exercise

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors