A cra-template with folder structure, Axios service structure and notifications, React-router, Bootstrap/Reactstrap and SCSS.
Extra packages added to create-react-app.
- React-Router - Declarative routing for React
- Reactstrap - Simple React Bootstrap 4 components
- Axios - Promise based HTTP client for the browser and node.js
- Sweetalert2 - A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.
Mercurius requires Node.js and Create-React-App to run.
$ yarn create-react-app my-app --template mercurius
or
$ npx create-react-app my-app --template mercurius