/jsx-live-compiler

JSX Live Compiler built in ReactJS

Primary LanguageJavaScript

:shipit: - JSX Live Compiler - :shipit:

Before you start

Make sure you have Node.js installed.

Getting started

  • npm install

  • npm run start - starts the application locally

Other commands...

$ npm build                     # Create dist folder with index and .js files
$ npm run test                  # Runs the unit tests
$ npm run test:watch            # Runs the unit tests with the flag `--watch` (useful for TDD)