# unleash-package

> Basic react setup with babel, webpack with basic loaders, ant design, react-router and optomized for production using code splitting and lazy loading

Latest version **1.0.0** (published 2022-08-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install unleash-package
pnpm add unleash-package
yarn add unleash-package
bun add unleash-package
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-08-20 |
| First published | 2022-08-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 20.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rahnrahi |

## Links

- npm: https://www.npmjs.com/package/unleash-package
- npm.io page: https://npm.io/package/unleash-package

## Dependencies (10)

- [antd](https://npm.io/package/antd.md) ^4.22.6
- [react](https://npm.io/package/react.md) ^16.14.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.14.0
- [prop-types](https://npm.io/package/prop-types.md) ^15.8.1
- [beautify-json](https://npm.io/package/beautify-json.md) ^1.0.1
- [react-hot-loader](https://npm.io/package/react-hot-loader.md) ^4.13.0
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^5.3.3
- [@ant-design/icons](https://npm.io/package/@ant-design/icons.md) ^4.7.0
- [@hot-loader/react-dom](https://npm.io/package/@hot-loader/react-dom.md) ^16.14.0
- [@ant-design/dark-theme](https://npm.io/package/@ant-design/dark-theme.md) ^2.0.2

## Recent versions

- 1.0.0 (latest) — 2022-08-20

## README

# reactjs-boilerplate

Basic react setup with babel, webpack with basic loaders, ant design, react-router and optomized for production using code splitting and lazy loading

This is similar to `create-react-app` but gives you more control over the build configurations.

## Prerequisites

> **use node >= 10.16.0**

## Installation

```bash
npm install -g reactjs-boilerplate
```

After installation, use can use the following command to initialize your project.

```bash
reactjs-boilerplate project-name
```

Alternatively, you can use `npx` to directly use `reactjs-boilerplate` without installing globally.

```bash
npx reactjs-boilerplate project-name
```

## Usage

After initializing your project, you can use the following scripts.

### `npm start`

Runs the app in the development mode.

Open [http://localhost:8080](http://localhost:8080) to view it in the browser.

The page will hot reload if you make edits.

### `npm run build`

Builds the app for production and files are saved to the `build` folder.

It bundles your files in production mode and optimizes the build for the best performance.

The build is minified and the filenames include hashes.

Your app is ready to be deployed!

### `npm run build-serve`

This command will build your app and start a server called `serve` which will serve your build files.

---
_Source: https://npm.io/package/unleash-package · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
