Skip to content

jjbell150/star-wars-react-challenge

Repository files navigation

Setup

Installing dependencies

npm install

Building

npm run build

Running

Server

npm run start

Development mode

npm run start:dev

Preview mode

npm run start:preview

Testing

npm run test

Linting

Check for issues

npm run lint

Fix issues

npm run lint:fix