0.13.0 • Published 9 years ago

web-instant v0.13.0

Weekly downloads
62
License
MIT
Repository
github
Last release
9 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

9 years ago

0.12.1

9 years ago

0.12.0

9 years ago

0.11.5

9 years ago

0.11.4

9 years ago

0.11.3

9 years ago

0.11.2

9 years ago

0.11.1

9 years ago

0.11.0

9 years ago

0.10.2

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago

0.9.2

9 years ago

0.9.1

9 years ago

0.9.0

9 years ago

0.8.16

9 years ago

0.8.15

9 years ago

0.8.14

9 years ago

0.8.13

9 years ago

0.8.12

9 years ago

0.8.11

9 years ago

0.8.10

9 years ago

0.8.9

9 years ago

0.8.8

9 years ago

0.8.7

9 years ago

0.8.6

9 years ago

0.8.5

9 years ago

0.8.4

9 years ago

0.8.3

9 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.7

9 years ago

0.7.6

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.1

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago