1.0.21 • Published 7 years ago

spin-react v1.0.21

Weekly downloads
6
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago