@philvr/react-template

A CLI for generating a React app template

Usage no npm install needed!

<script type="module">
  import philvrReactTemplate from 'https://cdn.skypack.dev/@philvr/react-template';
</script>

README

@philvr/react-template GitHub npm (scoped)

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