frontend-bootstrap-cli
v1.1.3
Published
Quickly bootstrap your frontend boilerplate library
Downloads
232
Maintainers
Readme
📦 Frontend Boilerplate Templates
CLI for creating reusable React, Preact, Vue, Svelte and Nextjs templates.
Features
- A modern and easy to use CLI
- Rapid project development.
- Generates modern JS feature files
- Webpack for bundling
- Babel for transpiling
📦 Install globally
npm install -g frontend-bootstrap-cli
or
npx frontend-bootstrap-cli
:sparkles: Development
frontend-bootstrap-cli
Once you run the CLI, you will be asked to answer few questions. Complete the steps and you should have a react project with an example component.
If you are using npm
npm start
else
yarn start