/ts-react

Primary LanguageTypeScriptMIT LicenseMIT

Project Name

ReactJs Boilerplate.

Table of Contents

Overview

This is to help those who just want's to go after the basic setup of the project.

Installation

Make sure to select lts/hydrogen from nvm i.e.: 18 from nvm cli

yarn

Usage

Scripts that help you run this project.

# to run the dev server
yarn dev

# to make a build
yarn build

# to run vitest utils
yarn test

# to deploy on gh-pages and URL would be https://{USERNAME}.github.io/{REPO_NAME}
yarn deploy

License

This project is licensed under the MIT License.