EVENTIO
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
You have to have installed nodejs, yarn, ( optionaly npm package manager) and gulp + gulp-cli.
A step by step series of examples that tell you have to get a development env running
yarn
Or
npm install
To start application type
gulp
or
yarn run webpackDevServer
or
npm run webpackDevServer
Open your browser and find app loaded on localhost:8080 -port
- React - The javascript library
- Redux - Predictable state container for JavaScript apps
- React Router - Declarative routing for React
- Material-UI - React Components that Implement Google's Material Design
I have used Bitbucket for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details