0.1.7 • Published 6 years ago

react_proto v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.