1.0.21 • Published 8 years ago

spin-react v1.0.21

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

Spin React

Getting started

npm install -g spin-react

Commands

spin-react init project name

- Creates the directory structure and installs all of the dependencies.  
  Use npm start to start up the webpack-dev-server.  
  * Side note, the installation of all of the dependencies is much  
  faster if you have Yarn.

- public  
  - bundle.js  
  - index.html  
- src  
  - index.jsx  
- package.json  
- webpack.config.js  
- .gitignore

spin-react class name

- creates a .jsx file in your current directory with the same name as the component  
  supplied by [name]. Boilerplate code provided within the file.  

spin-react stateless name

Same as class but a stateless component as opposed to a class component  
1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago