Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 532 Bytes

This project was bootstrapped with Create React App.

Absolute imports available

the base is 'src'
That means all the imports can start relative from 'src'

import Bookdetails from './../../components/Bookdetails';

becomes

import Bookdetails from 'components/Bookdetails';

Cleaner Code

Styles

Globally applicable styles like body, base ; variables, and fonts are availble through index.scss on styles folder. With each components having its own styles.