Skip to content

roundcodebox/aarambam

Repository files navigation

Aarambam

Aarambam is a starter kit for React based web applications. Goal of this repository is make it easier and faster to build react project.

Features

This repository will have more than 50 components and many pages. I will list all the components and page along with the screenshots soon.

Pages

Below are some of the pages that are available in aarambam.

  • Homepage
  • Login Page
  • Register Page
  • Profile Page
  • Dashboard Page
  • Error Page

Components

Tech Stack

  • React
  • Bootstrap
  • Sass
  • ESLint
  • Prettier
  • Husky

Requirements

Available Scripts

"start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint "*/.{js,jsx}"", "lint:fix": "eslint --fix", "prettier:check": "prettier --check .", "prettier:write": "prettier --write .", "prepare": "husky install"

Directory Structure

Documentation

Getting Started

Thank you for your contribution to the React Stater Kit repo.