Aarambam is a starter kit for React based web applications. Goal of this repository is make it easier and faster to build react project.
This repository will have more than 50 components and many pages. I will list all the components and page along with the screenshots soon.
Below are some of the pages that are available in aarambam.
- Homepage
- Login Page
- Register Page
- Profile Page
- Dashboard Page
- Error Page
- React
- Bootstrap
- Sass
- ESLint
- Prettier
- Husky
"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"