Skip to content

shovanch/react-boilerplate

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published