Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 784 Bytes

File metadata and controls

31 lines (16 loc) · 784 Bytes

Multitudes React Test

This project was bootstrapped with Create React App.

Getting started

Before running any commands you will need to install dependencies (note this app requires node and npm to be installed, yarn can also be used)

yarn intall or npm install

Available Scripts

In the project directory, you can run:

yarn start or npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn lint or npm run lint

This will run the StandardJS linter

yarn lint-fix or npm run lint-fix

This will fix any lint errors