react_proto

0.1.7 • Public • Published

React-Proto Build Status License: MIT

React-Proto is a React application prototyping tool.

It allows you to visualize/setup your application architecture upfront and recreate this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.

React-Proto works on macOS, Windows, Linux. If you find any issues, file issue

Authors

Blessing E Ebowe @refinedblessing

Brian Taylor @brianwtaylor

Erik Guntner @erikguntner

Running Your Own Version

Click on the Fork button on the top right of the page.

# Install dependencies
npm install
 
# Run application
npm start
 
# For development environment...
npm run dev
 
# on another terminal
npm run electron
 
# Run Linter
npm run linter

Testing

Run npm test or yarn test to run test suite.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i react_proto

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

9.6 MB

Total Files

101

Last publish

Collaborators

  • ladyb
  • react-proto-team