Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 482 Bytes

React-Boilerplate

A comprehensive starter kit for rapid application development using React.

Tech

  • React
  • TypeScript
  • Redux-Toolkit
  • React-i18n
  • React-Router-Dom
  • Storybook
  • React-Helmet

Getting Started

To get started, first install all the necessary dependencies.

> npm install

Start the development server (changes will now update live in browser)

> npm run start

To view your project, go to: http://localhost:3000/