/react-boilerplate-app

My boilerplate

Primary LanguageTypeScriptMIT LicenseMIT

Git repository for my "react-boilerplate-app"

This is my boilerplate project, bootstrapped with Create React App.

Tech stack

Frontend stack

Build & development stack

Setup

Requirements

  1. Install Node.js v16 (or newer)
  2. Install NPM
  3. Install the project dependencies by running npm install.

##3 Scripts

These are the main commands you'll need to execute to develop the application.

Command Description
npm start Start a new local development server on http://localhost:3000
npm build Build the site for production
npm test Run Jest
npm run lint Run Eslint
npm run format Run Prettier