A pack of impressively well-behaved doodles, via Ocean State Labradoodles
This repo hopes to be a collection of clean environments useful in testing various tools both in isolation and concert with each other.
Here are the currently available environments:
- Ionic
- Webpack
- Webpack w/ Babel
- Webpack w/ Babel & CSSModules
- Webpack w/ React (via Babel, includes JSX)
- Webpack w/ React & CSSModules (via Babel, includes JSX)
There may be differences in setup between environments (once there is more than one environment) so these instructions are a bit generic.
$ git clone https://github.com/AllenSH12/labradoodle.git
Cloning into labradoodle...
$ cd labradoodle
$ cd $ENVIRONMENT_TO_TEST # i.e. webpack
$ $INSTALL_ENVIROMENT_DEPENDENCIES # i.e. npm install
$ $RUN_ENVIRONMENT_PREVIEW # i.e. npm start
Environments to add:
- ???