Skip to content

dafibh/react-template

Repository files navigation

Base React App Template

Setup

  1. Use this repo as template to create a new repo
  2. Clone the new repo
  3. Navigate into base folder
  4. npm install

Running Project Locally

npm run start

Building Project

npm run build

Installing new dependencies

npm install library_name_here

File organization

Pages are arranged according to the routes
src/layouts/MD/...

Components are divided into two folders,
src/components/MDBase base components
src/components/MDComponents more complex components that may use the base components

There are also cases where a component is specific to a layout/page src/components/layouts/some-section/some-page/components

Note:

The library version in the package.json is highly dependent with each other, Please take extra caution in modifying the version manually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published