Devmix is a front-end application which will help people to interact with our team and facilitate the way of learning Information technology fields.
- All the events which roganized by devmix
- Providing a service to be able to ask us.
- Attend a specific event.
- Join us if you want.
- Contact us to know your inquiry.
Devmix uses a number of open source packages to work properly:
- React js - A JavaScript library for building user interfaces.
- NPM - Essential JavaScript development tools that help you go to market faster and build powerful applications using modern open source code.
- Joi-Browser - joi object schema validation bundled for the browser (babelified and bundled)
- axios - Promise based HTTP client for the browser and node.js
- bootstrap - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
- JWT - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
- lodash - A modern JavaScript utility library delivering modularity, performance & extras.
- Cloudinary - Automate the entire image-processing pipeline: from uploads to on-the-fly manipulations to optimization to dynamic delivery with any CDN.
And of course Devmix itself is open source with a public repository on GitHub.
Want to contribute? Great!
Devmix uses Node.js for fast developing. So you should have node.js installed on you device. just click the link and download according to your operating system. how to install node.js
Open your favorite Terminal and run these commands.
Clone the github:
$ mkdir devmix
$ cd devmix
$ git clone [link-here]
Install dependencies:
$ npm install
For Running the application
$ npm start