React Js Starter screenshot

React Js Starter

Updated: 5 Jul 2021
10 Stars

Starter project for React Js. Developed by Gentrit Halili.

Categories

Overview:

The React Js Starter is a helpful project for starting your next React Js project, as it provides a set of common tools ready to use. It includes features such as TypeScript integration, authentication, and pre-configured code quality tools. The project also has a well-organized directory structure for easy navigation and organization of source files.

Features:

  • TypeScript Included: The project comes pre-configured with TypeScript, allowing you to write type-safe code.
  • Authentication: Base pages for Forgot Password, Reset Password, Home, Login, Register, Profile, and 404 are provided, making it easy to implement authentication functionality.
  • Pre-configured with CSS-in-JS styling: The project is set up with CSS-in-JS styling, allowing for easy and modular styling of components.
  • Pre-configured with code quality tools: The project includes pre-configured code quality tools such as Prettier, TypeScript, Jest, etc., to ensure clean and maintainable code.

Installation:

To install the React Js Starter, follow these steps:

  1. Clone the repo by running the command: git clone https://github.com/kutia-software-company/react-js-starter.
  2. Install project dependencies by running: npm install.
  3. Launch the app by running: npm run start. The app will be available at http://localhost:3000.

Summary:

The React Js Starter is a helpful project for starting React Js projects. It provides a set of common tools and features, including TypeScript integration, authentication functionality, and pre-configured code quality tools. The project has a well-organized directory structure and is easy to set up by following the provided installation instructions.