npm install
to install the rest of Mira's dependencies. All dependencies will be downloaded to the node_modules
directory.npm install
http://localhost:3000
, run the following command.npm run dev
http://localhost:3000
and detect file changes:npm run dev
npm run build
theme/
├── .gitignore
├── package.json
├── package-lock.json
├── README.md
├── build/
├── public/
│ ├── index.html
│ └── manifest.json
└── src/
├── components/
├── layouts/
├── pages/
├── redux/
├── routes/
├── vendor/
├── App.js
├── index.js
└── theme.js