0.2.0 • Published 5 years ago

@philvr/react-template v0.2.0

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

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago