1.0.6 • Published 4 years ago

cra-template-mercurius v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Create-React-Mercurius ⚡

A cra-template with folder structure, Axios service structure and notifications, React-router, Bootstrap/Reactstrap and SCSS.

Packages

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.

Installation

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