ti-react-template
v0.0.14
Published
This project uses the TI React Template to help you quickly get started with your React development.
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@latestRun the template setup:
npx ti-react-template@latestInstall project dependencies:
npm iStart the development server:
npm run dev
