# simple-react-project

> Generator for a simple React project

Latest version **1.0.0** (published 2017-03-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install simple-react-project
pnpm add simple-react-project
yarn add simple-react-project
bun add simple-react-project
```

Provides the command `simple-react`.

## 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 | 2017-03-07 |
| First published | 2017-03-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Eric Henke |
| Maintainers | eahenke |

## Links

- npm: https://www.npmjs.com/package/simple-react-project
- npm.io page: https://npm.io/package/simple-react-project

## Recent versions

- 1.0.0 (latest) — 2017-03-07

## README

#Simple React Project
A command line tool that initializes a new npm project for a very simple React/Webpack project and installs dependencies. Use as a starting point for more interesting projects.

## Installation
- npm install simple-react-project -g

## Usage
Go to directory you in which you wish to initialize a React project and run `simple-react`.
Installing all npm dependencies and creating file structure may take a few moments

## Project
An npm project will be initialized with the following properties

### Scripts
- npm start => Builds the bundle and sass and serves via webpack-dev-server

### File Structure
- src/
- src/app
- src/shared
- src/shared/components
- src/shared/styles
- src/index.html
- src/index.jsx
- src/main.sass
- package.json
- webpack.config.js
- .gitignore

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