Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roundcodebox/aarambam
- Owner: roundcodebox
- Created: 2022-04-22T12:47:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T17:55:29.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:33:27.764Z (29 days ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 3.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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._