/303-react-test

React test

Primary LanguageJavaScript

303 React Test

Simple React application for displaying articles.

Development

Install dependencies:

$ npm i

Run it:

$ npm run start

Code Style

The Airbnb JavaScript code style is used in this project.

To run a linting tool (eslint) to check the code style, run:

$ npm run lint