frontend-scaffold-cli
v0.1.2
Published
Create a scaffold with react as the UI framework
Downloads
2
Readme
Frontend-Scaffold-Cli
Create a scaffold with react as the UI framework
Quick Start
yarn global add frontend-scaffold-cli
fsc-cli init <projectName>
cd ./<projectName>
yarn install
yarn dev
build
yarn build