Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 547 Bytes

React Template with Redux

This is a template for a React project with TypeScript, Sass, Jest, Webpack, and Redux.

Getting Started

Follow these steps to get started with your React project using this template.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installing Dependencies

npm install

npm start

Visit http://localhost:3000 in your browser to see your app.

Building for Production

npm run build

This will create a dist folder with the optimized production build.