_The project is a web application where people who have organizations can create easy, fast and concise events.
In organizations, events are created which can be added the schedule, speakers, conferences, etc. They can also choose a template to display their event as a web page where end users register._
If you have already cloned the project code, you must install the dependencies with:
npm install
To start the project in developer mode use the script:
npm run start
You can also run your project on your local network (Remember to change the ip that is in the script for the ip of your computer) with the command
npm run start:net
Or if you want to generate the folder containing the production files, use the script:
npm run build
- JavaScript - Programming Language
- ReactJS - Web Framework
- StyledComponents - library to stylize components
- Webpack - File packer
- Babel - Javascript Compiler
- NPM - Dependency manager
- Angel Castiblanco - adcastiblanco
- Nelson Alayón - nelsonalayon
- Jaime Piratova - dan2005p
- Luis Lazcano - Luis-Lazcano
- Julian Builes - juanchobuiles
This project is under the License (MIT)