1.1.3 • Published 1 year ago

frontend-bootstrap-cli v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

📦 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

📄 License