An automation tool that will generate reactjs boilerplate code based upon the information provided in an excel sheet which contains info about material-ui/prime-react component names, attributes and class names.
- Clone the repository
- Open
cmd
inside the cloned repository - Run command
npm install
- Run command
npm start
(make sure backend api is running. Api Repo linkhttps://github.com/rax215/react-magneto-v1
) - Open browser and go to
http://localhost:3000