App for generating commonly-used SQL scripts for A/B test analysis.
Preview live app here (https://scriptgenerator.glitch.me/).
This project is licensed under the MIT License - see the LICENSE.md file for details
In your terminal,
-
npm install
In your terminal,
- Run webpack
npm run build-dev
- Start your server
npm start