Skip to content

πŸ‘¨β€πŸ’»πŸŒπŸ–₯️ Reactonite is a free and open-source wrapper for react which lets a person write vanilla HTML code and convert it to a react code easily, hence building a PWA, SPA.

License

Notifications You must be signed in to change notification settings

reactonite/core

Repository files navigation

Reactonite

A transpiler to convert HTML to React code and PWAs ✨
Explore the Docs Β»
Table of Contents . Report Bug . View Project

Table of Contents

About The Project

Reactonite is a wrapper for React which allows one to write vanilla html code and convert it to a react code and hence building a PWA, SPA.

Here's the key features added to Reactonite:

  • Transpile HTML code to React website
  • Create PWAs and React applications as quickly as possible
  • Act as a wrapper to NPM
  • Allow importing of already created HTML file components
  • Hot Reloading
  • Support custom scss, js, css etc. πŸ˜„

Built With

This project was bootstrapped with Create React App

Getting Started

To get this repo up and running on your local machine follow these simple steps.

Prerequisites

Here's a list of things you'll need to have prior to installing the software.

  • Python
  • NPM
  • NodeJs
  • Any modern web browser

Installation

  1. Use pip to install Reactonite
$ pip install reactonite

Development Setup

  1. Setup virtual environment?
$ virtualenv venv

Not necessary but recommended to keep your environment clean. Dont forget to activate it.

  1. Clone the repository to local machine.
$ git clone https://github.com/SDOS2020/Team_3_Reactonite.git
  1. Install the package either using pip or python setup tools
$ python setup.py install
# Use `develop` instead of `install` to get an editable build

# Alternatively run
$ pip install .
  1. You are good to go... πŸŽ‰

Usage

Once installed refer to the documentation for the set of commands available with Reactonite cli or you can begin by typing reactonite --help which opens the help page for reactonite command line tool.

$ reactonite --help
Usage: reactonite [OPTIONS] COMMAND [ARGS]...

  Entry point for Reactonite cli.

Options:
  --help  Show this message and exit.

Commands:
  ...

Demo using HTML

Demo for using the Non-GUI component

Demo using GUI

Demo for using the GUI component

Roadmap

See the open issues for a list of proposed features (and known issues). You can also track where the project is going in further releases just visit the projects tab.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. For complete contributing guide please read our code of conduct.

License

MIT License. See LICENSE for more information once complete.

Contact

Project: https://github.com/reactonite

About

πŸ‘¨β€πŸ’»πŸŒπŸ–₯️ Reactonite is a free and open-source wrapper for react which lets a person write vanilla HTML code and convert it to a react code easily, hence building a PWA, SPA.

Topics

Resources

License

Stars

Watchers

Forks