Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roundcodebox/aarambam

Aarambam is a starter kit for building React based web applications
https://github.com/roundcodebox/aarambam

boilerplate boilerplate-application boilerplate-template bootstrap bootstrap-5 bootstrap5 bootswatch react react-bootstrap react-router react-router-dom reactjs sass starter-kit starter-project starter-template template

Last synced: 6 days ago
JSON representation

Aarambam is a starter kit for building React based web applications

Awesome Lists containing this project

README

        

# 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._