structure-tool

0.2.20 • Public • Published

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

/structure-tool/

    Package Sidebar

    Install

    npm i structure-tool

    Weekly Downloads

    1

    Version

    0.2.20

    License

    MIT

    Last publish

    Collaborators

    • koaspring