Skip to content

jotanarciso/create-react-mercurius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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