@tangible/react-builder
v1.1.5
Published
Build React full-stack applications and static sites
Downloads
4
Readme
Tangible React Builder
Build React full-stack applications and static sites
Requirement
Node.js must be installed, with its package manager, npm
.
Install
npm install --dev @tangible/react-builder
Developing the module
Develop
Build during development - watch files and rebuild
npm run dev
After running this command, it will wait and rebuild scripts and styles as you edit the files.
When you're done, press CTRL+C to exit the process.
Build
Build for production
npm run build