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

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago