Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajdeepc/cra-parcel
create-react-app + redux + parcel = boilerplate
https://github.com/rajdeepc/cra-parcel
parcel parcel-bundler parceljs react reactjs
Last synced: about 2 months ago
JSON representation
create-react-app + redux + parcel = boilerplate
- Host: GitHub
- URL: https://github.com/rajdeepc/cra-parcel
- Owner: Rajdeepc
- Created: 2019-06-22T16:12:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:37:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T17:11:16.626Z (8 months ago)
- Topics: parcel, parcel-bundler, parceljs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple react redux boilerplate project to get started with Parcel bundler. The package contains React Bootstrap for response grid structure
This boilerplate could help you start to play React Hooks APIs bundled with Parcel web bundler
### Getting Started
To get you started you can simply clone the repository:```
git clone https://github.com/Rajdeepc/react-redux-parcel.git
```
```
npm install
```### Prerequisites
You need git to clone the repository. You can get git from
[http://git-scm.com/](http://git-scm.com/).A number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from [http://nodejs.org/](http://nodejs.org/). The tools/modules used in this project are listed in package.json and include express, mongodb and mongoose.
### Installing
#### Lint & Build
```sh
npm run lint
npm run build
```### Begin from scratch
#### Init project
Create a new directory then
```sh
npm init -y
```### Install development dependencies
#### Parcel
```sh
npm install -g parcel-bundler
```### Set up
### Running the app
```
npm start
```### Deployment
You can use netlify or free github.io for deployments
### Built With
* [Parcel](https://github.com/parcel-bundler) is now compatible with React Hooks APIs.
### Blog
[create-react-app: The easier way with Parcel](https://medium.com/@rajrock38/create-react-app-the-easier-way-with-parcel-22a44d62c187)