Skip to content

BaoTranid/reactjs-boilerplate

Repository files navigation

This is a react typescript boilerplate project

Include axios, redux-thunk, sass

release

Getting Started

Using node v18* is a proposal

Environment variable configuration

cp .env.example .env

First, run the development server:

pnpm start

Builds the app for production to the build folder.

pnpm build

Convention check and format

## lint check
pnpm lint
## lint fix
pnpm lint:fix
## prettier check
pnpm format
## style check
pnpm style

Launches the test runner in the interactive watch mode

npm run test
# or
pnpm test

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

You can start editing the page by modifying src/pages/App.tsx. The page auto-updates as you edit the file.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.