0.13.0 • Published 7 years ago

web-instant v0.13.0

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

Web Instant

Create and Run React and Redux application instantly

Build Status

Why

  • Simple - A single line of execution empowers the fast iteration for your MVP.
  • Instant - Bootstrap your Web App instantly with configuration free.
  • Powerful - Hot Reload, CSS Modules, PostCSS, and more are ready for instant Mobile first and Offline first experience.

Installation

npm install -g web-instant

Usage

  1. Create
  2. Generate

Create

Assuming the name of your Web App is sample-app.

web-instant create sample-app

or you can use wi instead.

wi create <any name your want>

Alt text

The creation time will take around 5 minutes long to complete since it will run async npm install for you.

Alt text

After creation, run cd sample-app to navigation to the newly created project.

Once a project is successfully generated, you can just simply execute:

npm start

npm start will also generate a build for you into ./public folder.

However, you can also build it by your own by executing:

npm run build

Assets under ./public will be production ready.

Generate

Generator command looks like this: wi generate <type> <feature> <name>

Example:

wi generate component comment commentBox // ./src/comment/components/CommentBox.jsx

Templates

You may also want to take a look for the template:

https://github.com/yhjor1212/web-instant-templates
0.13.0

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.5

7 years ago

0.11.4

7 years ago

0.11.3

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.16

7 years ago

0.8.15

7 years ago

0.8.14

7 years ago

0.8.13

7 years ago

0.8.12

7 years ago

0.8.11

7 years ago

0.8.10

7 years ago

0.8.9

7 years ago

0.8.8

7 years ago

0.8.7

7 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.7

7 years ago

0.7.6

7 years ago

0.7.5

7 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.1

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago