/entera-take-home

Code exercise for Entera's interview process

Primary LanguageTypeScript

Entera Code Test

The project is hosted using GitHub Pages here.

Local Development

Dependencies

You will need Node installed. The project was created with Create-React-App using Node v16.

Steps

  1. Clone the repository
git clone https://github.com/Lazytangent/entera-take-home.git
cd entera-take-home
  1. Install dependencies
npm install
  1. Start the development server
npm start