1.0.0 • Published 4 years ago

cra-template-br v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Getting Started with Create React App

This project was bootstrapped with Create React App.

Template Description

This template has the following features:

Dependencies and version

The project will be created with following libraries:

    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^11.2.7",
    "@testing-library/user-event": "^12.8.3",
    "bootstrap": "^5.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "4.0.3",
    "reactstrap": "^8.9.0",
    "web-vitals": "^1.1.2"

Project creation

run npx create-react-app project-name br

Motivation

I usually use Bootstrap with Reactstrap and React-Router-DOM in projects. so whenever I create a project, I need to do these common tasks. So, I made this template so that I can start new projects on it.

Issues

If you find any issue, please create a GitHub issue.