/cra-material-ui-starter

🚀 A Create React App starter with Material UI, Material Icons, React Router, Axios, ESLint, Prettier, Husky, lint-staged

Primary LanguageJavaScript

cra-material-ui-starter

Create React App + Material UI starter project

Features

Usage

Getting Started

Clone the repo into a new project folder, e.g. MyApp.

git clone https://github.com/nadiannis/cra-material-ui-starter.git MyApp
cd MyApp

Delete the old .git history, then initialize new .git repo.

rm -rf .git
git init

Setup

Install the dependencies.

yarn

Development

Run the development server & open http://localhost:3000

yarn start

Production

Build the app.

yarn build

License

MIT © Annisa Nadia