Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jotanarciso/create-react-mercurius
- Owner: jotanarciso
- Created: 2020-11-06T03:50:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T22:05:24.000Z (about 4 years ago)
- Last Synced: 2024-01-04T17:51:18.738Z (11 months ago)
- Topics: axios, cra-template, folder-structure, react-router, reactstrap, scss, sweetalert2
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cra-template-mercurius
- Size: 469 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]: