Skip to content

jitt3/tiny-islands

Repository files navigation

Tiny Islands World

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm 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.

npm run test

Launches the test runner in the interactive watch mode.

npm run lint

Reviews the code and shows the parts(if exists) that are violating the linter rules

npm run prettier

Search throughout the code un-formatted files or files that are not following prettier config rules

npm run check-format

Formats the files throughout the code with prettier rules. with this command it is not necessary to install prettier extension.

npm run validate

Runs check format, lint and build at the same time