This is a minimal React project using TypeScript, React Router, Babel, and Webpack.
Make sure you have Node.js installed on your machine.
You can use Node Version Manager and run nvm use from the project directory.
-
Clone the repository:
git clone https://github.com/your-username/your-project.git
-
Navigate to the project directory:
cd your-project -
Install dependencies:
npm install
To start the development server:
npm startVisit http://localhost:3000 in your browser.
To create a production build:
npm run buildSee the dist/ folder for the build output.