Skip to content

TnP-MACE/macebook-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2b54ed · Jan 25, 2022
Nov 13, 2021
Nov 14, 2021
Jan 25, 2022
Nov 14, 2021
Nov 14, 2021
Nov 14, 2021
Aug 20, 2021
Jan 25, 2022
Jan 25, 2022

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Start Application

In the project directory, you can run:

npm install
npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Directory structure

Overview of the most important files and folders

src
├── App.js
├── assets
│   ├── images
│   │   └── icons
│   └── sass
│       ├── main.scss
│       ├── utils
│       └── variables
├── components
│   └── Search
│       ├── Search.js
│       └── Search.scss
└── pages
    └── Home
        ├── Home.js
        └── Home.scss