0.2.0 • Published 6 years ago

@philvr/react-template v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@philvr/react-template GitHub npm (scoped) npm.io

A CLI for generating a React app template

Instructions

  1. Install
npm i -g @philvr/react-template
  1. Create a new project
react-template my-app
cd my-app
npm run start

What's Included

Folder Structure

app
├──node_modules
├──src
│  ├──components
│  │  ├──App.js
│  ├──styles
│  │  ├──index.less
│  ├──index.html
│  └──index.js
├──.babelrc
├──.gitignore
├──package.json
├──README.md
└──webpack.config.js
0.2.0

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago