1.1.1 • Published 3 years ago

@mitama/portal v1.1.1

Weekly downloads
425
License
MIT
Repository
-
Last release
3 years ago

mitama-react-boilarplate

This is a react boilarplate to make SPA application for Mitama.

Directory Structure

.
├── README.md
├── front/
│   ├── dist/                   # Frontend distribution directory
│   ├── package.json
│   ├── src/                    # Frontend source directory
│   │   ├── App.js
│   │   ├── index.css
│   │   └── index.js
│   └── webpack.config.js
├── package.json
└── server/
    └── index.js                # Application entrypoint

/front/dist will be served as static files.

Usage

Setup

In root directory, please type

npm install

or

yarn

Apart from that, please setup front/ as same.

cd front; npm install
cd front; yarn

Build

You can use build command for only front/ directory.

Please use

cd front/; npm run build

or

cd front/; yarn build

to bundle your application

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.20

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago