Welcome to the UI repository of Interview app. The goal of this project is to create a tool that helps technical interviewers lead an interview with increased confidence and the ability to stay consistent across multiple interviews.
- run
npm install
- create
.env
file in the root of the project. (look into .env.example for expected values) - Make sure the API is running on the URL specified in the
.env
file - run
npm start
- application will start on
http://localhost:3000/
npm start
- Runs the app in the development mode
npm test
- Launches the test runner in the interactive watch mode
npm lint
- Runs ESLint with the quiet and autofix flags
npm run build
- Builds the app for production to the build
folder