Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 737 Bytes

Material-UI Builder

1. Getting Started

Project's source files are placed in ./src/ directory.

  • ./src/theme/ - Settings used to build Material-UI theme.

  • ./src/pages/ - All your pages (templates) are stored in separated .js files.

We use a create-react-app app format, and you can find more information here: https://github.com/facebook/create-react-app

2. Installation

# Install dependencies
npm install

# Run dev server with live preview
npm run start

# Create an optimized production build
npm run build

3. Contact

If you have found any bugs in the Material-UI Builder, have any questions, comments or ideas for new features feel free to contact us:

[email protected]