-
Clone using the following repo link
git clone https://github.com/TruemarkDev/cra-template-truemark.git for https. git clone [email protected]:TruemarkDev/cra-template-truemark.git for ssh.
-
Go to the project folder
cd cra-template-truemark
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
When setting up your local development environment for your project, you need to follow these steps:
- Navigate to your local project directory using the terminal.
- Check the current remote URLs associated with your repository by running:
git remote -v
- To update the remote origin URL, use the following command, replacing
<new_repo_url>
with the URL of the new project repository by using following command:
git remote set-url origin <new_repo_url>
- Verify that the remote origin URL has been updated by running
git remote -v
again. It should now point to the new project repository.
- React: ^18.2.0
- Node.js: 18.14.0
- npm: 9.8.1
- React: For building dynamic user interfaces.
- Routing: Utilize react-router-dom for navigation.
- Localization: i18next simplifies translations.
- HTTP Requests: axios for API interactions.
- Styling: Bootstrap ensures responsive designs.
- Icons: Integrate Font Awesome for customizable icons.
- Testing: @testing-library for unit testing and cypress for end-to-end testing.
- Linting & Formatting: eslint, Prettier, stylelint.
- CSS Enhancement: Leverage Sass for powerful styling.
To find information on how to contribute to the project, you can usually refer to the CONTRIBUTING.md file in project's repository. This file provides guidelines and instructions for contributing to our project.