0.1.4 • Published 3 years ago

frontend-components-testing-abogada v0.1.4

Weekly downloads
-
License
-
Repository
bitbucket
Last release
3 years ago

frontend-components


This is the repo codebase of the E-2 Visa Fontend Components for the B-2 Visa project use.

Docs

Codebase

Technologies

List of technologies we use:

  • TypeScript: Type-safe JavaScript
  • React: State management and UI library.
  • Babel: JavaScript transcompiler that is mainly used to convert ES6+ code into a backwards compatible version of JavaScript that can be run by older JavaScript engines in order to create the dist / lib folder for our components library.
  • TailwindCSS: Rapidly build UIs without ever leaving your JSX.

Folder structure

src/
├── lib/
|   └── components/         # Generic components to export as a library / package (e.g. Button, Badge, Modal)

Branch Name

How to name your supporting branch prefixes?

git checkout -b [prefix]/[task-code]

example for new feature

git checkout -b feature/AAYB2V-81

First time setup

Efficiency has 3 installation steps:

  1. Downloading the code by cloning the repository::
git clone git@bitbucket.org:abogada-alexandra/frontend-components.git
  1. Install the dependencies: Most of the time you should run this from the develop branch.
npm install
  1. Install the recommended extensions (if you are using VSCode):

You've now finished installing everything!

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago