Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jotanarciso/create-react-mercurius

A quick start Create React App template.
https://github.com/jotanarciso/create-react-mercurius

axios cra-template folder-structure react-router reactstrap scss sweetalert2

Last synced: 4 days ago
JSON representation

A quick start Create React App template.

Awesome Lists containing this project

README

        

# Create-React-Mercurius ⚡

A [cra-template](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/README.md) 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](https://nodejs.org/) and [Create-React-App] to run.

```sh
$ yarn create-react-app my-app --template mercurius
```
or

```sh
$ npx create-react-app my-app --template mercurius
```

[create-react-app]:
[react-router]:
[Reactstrap]:
[Axios]:
[Sweetalert2]: