https://github.com/researchlab/fvx
An automatic, convenience and flexible scaffold Tooling for React Development
https://github.com/researchlab/fvx
Last synced: 24 days ago
JSON representation
An automatic, convenience and flexible scaffold Tooling for React Development
- Host: GitHub
- URL: https://github.com/researchlab/fvx
- Owner: researchlab
- Created: 2021-08-30T06:05:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T02:08:44.000Z (over 4 years ago)
- Last Synced: 2025-12-27T04:16:05.554Z (6 months ago)
- Language: JavaScript
- Homepage: https://proj-previews.github.io/fvx
- Size: 239 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fvx
⭐️ An automatic, convenience and flexible scaffold Tooling for React Development. ⭐️
[![GitHub issues][issues-image]][issues-url] [![GitHub forks][forks-image]][forks-url] [![GitHub stars][stars-image]][stars-url] [![NPM version][npm-image]][npm-url]
[issues-image]: https://img.shields.io/github/issues/researchlab/fvx?style=flat-square
[issues-url]: https://github.com/researchlab/fvx/issues
[forks-image]: https://img.shields.io/github/forks/researchlab/fvx?style=flat-square
[forks-url]: https://github.com/researchlab/fvx/network/members
[stars-image]: https://img.shields.io/github/stars/researchlab/fvx?style=flat-square
[stars-url]: https://github.com/researchlab/fvx/stargazers
[npm-image]: https://img.shields.io/npm/v/fvx?style=flat-square
[npm-url]: https://www.npmjs.com/package/fvx
#### Install
```
npm install fvx@latest
```
#### Usage
```
cd my-app && fvx create
```