Skip to content

LandonSchropp/react-interview

Repository files navigation

React Interview Problem

This is my personal React development environment for interview problems.

It uses several tools to make development simple and easy.

  • React: A great frontend UI framework.
  • Gatsby: Gatsby is an platform for building static sites and single-page applications with React.
  • Babel: Babel is a transpiler that allows us to write modern JavaScript without waiting for browsers to implement new features.
  • ESLint: ESLint is a static analysis tool that fixes problems and maintains code standards. This project uses my personal ESLint configuration.
  • Jest: Jest is an awesome testing library that makes JavaScript testing easy.
  • TypeScript Language Server: Even though the project is written in JavaScript and not TypeScript, the TypeScript Language Server still provides many useful niceties.

Setup

This project uses Yarn to manage dependencies. In order to run the code, you'll first install them.

yarn install

Running the Application

To run the project's tests, you can use Yarn.

yarn test

The appliation can be run with yarn develop, and can be accessed on localhost:8000 by default.

About

My personal React Interview development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published