Mira is an autocontainerization pipeline that allows a user to build an image for their application for a respective language framework e.g. React, NodeJs, Django, Flask, Laravel among others.
git clone https://github.com/crane-cloud/mira-frontend.git
.yarn install
yarn run dev
Prettier
for formatting/style. Configure your editor with plugin.ESLint
for linting. No need for any config files. Only configure your editor with plugin. Don't use ESLint for formatting. Repo is configured withreact-app
so no other sharable-configs/extensions are necessary at this point.
- Push and open PR against
develop
.