Skip to content

storiesOfRen/tic-tac-toe

Repository files navigation

Tic Tac Toe

Tech stack

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open https://localhost:3000 with your browser to see the result.

Scripts

Development

npm run dev

Starts the application in development mode with hot-code reloading

Build

npm run build

Creates an optimized production build of your application. The output displays information about each route.

Start

npm run start

Starts the application in production mode. The application should be compiled with npm run build first.

Test

npm run test

npm run test path/to/fileB.test.tsx

Run all tests. To run only the tests that were specified with a pattern or filename, you add the relative path to the script

Lint

npm run lint

Runs ESLint for all files in the pages, components, and lib directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published