0.2.20 • Published 7 years ago

structure-tool v0.2.20

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

Structure Tool

A structure tool for React

Example

A complete example Structure-example

Install

  npm install structure-tool --save-dev

Folder Structure

your project should look like this:

  my-app/
    node_modules/
    example/
      client.js       // client entry
      index.html      // html template
      server.js       // server entry
    package.json

Quick Start

Add the following code in the package.json file

  "script": {
    "start": "structure start example",
    "build": "structure build example"
  }

after run:

npm run start
npm run build

Technology Stack

LICENSE

MIT