Skip to content

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.

Notifications You must be signed in to change notification settings

ChortJulio/CrombieChallenge

Repository files navigation

🚀 Technical Challenge - Crombie

By: Chort, Julio Alberto

📑 Description

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.

❗ Pre-requisites

🔧 Installation

To install the project dependencies:

npm install

💻 Development

To start the development server:

npm run dev

✔️ Publish new version

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

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published