- React
- Redux
- Webpack
- SASS
Get the code by either cloning this repository using git
git clone https://github.com/cvngur/shaking-tree.git
or downloading source code code as a zip archive. Once downloaded, open the terminal in the project directory, and install dependencies with:
yarn install
Then start the example app with:
yarn start
The app should now be up and running at http://localhost:8080
To build the app for production run command:
yarn build