Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 620 Bytes

Getting Started with Basic React Components

This project was bootstrapped with Create React App.

This project was made to learn as well as implement various re-usable basic components

The styling on this project is bare bone, deals with the state-based design as well as the customisable implentation

Run the project locally

  1. Install the dependencies
    npm ci
    
  2. Run the dev server [local run]
    npm start
    
  3. Build the project [for deployments]
    npm run build
    

Installs all the dependencies related to the project.\