By: Chort, Julio Alberto
Repository intended to develop a React.js application with TypeScript that allows users to register for a loan, as part of a technical challenge from Crombie.
- Node.js (v20.16.0)
To install the project dependencies:
npm install
To start the development server:
npm run dev
First check the last tag version:
git tag -l
Then create a new tag:
git tag -a v0.1 -m "First release"
Finally push the tag:
git push origin v0.0.1