- Use this repo as template to create a new repo
- Clone the new repo
- Navigate into base folder
- npm install
npm run start
npm run build
npm install library_name_here
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
The library version in the package.json is highly dependent with each other, Please take extra caution in modifying the version manually.