ti-react-template
v0.0.13
Published
This project uses the TI React Template to help you quickly get started with your React development.
Downloads
848
Readme
TI React Template
This project uses the TI React Template to help you quickly get started with your React development.
Requirements
Before you begin, ensure that the following are installed on your machine:
- Node.js (version 14 or higher)
- npm (Node Package Manager)
You can download Node.js and npm from https://nodejs.org/.
Steps to Use the Template
Follow these steps to get started with the TI React Template:
Install the template package:
npm i ti-react-template@latest
Run the template setup:
npx ti-react-template@latest
Install project dependencies:
npm i
Start the development server:
npm run dev