Inside is an open source platform to deal with all the intern process of a company related to its employees. Our goal is to make easy to keep a track and manage all information related to the people that work inside the company.
To get started you will need to get a copy of the project, insert the following commands (one by one) on your terminal.
git clone git@github.com:ifactory-solutions/inside-client.git
cd inside-client
npm install
You will get a clone of the project, navigate to it, and install its depencies.
The project was initiated with the awesome facebook's cli for react (create-react-app). So you have all its default commands available, like:
npm run build
npm run test
npm start
You should have at least the LTS node version 6.11. We recommend you to use nvm it will make easy for you to switch between node/mpm versions.
Run npm start
(into the project folder) to run the application over a local server.
cd inside-client
npm start
- React - A JavaScript library for building user interfaces
- Redux - Redux is a predictable state container for JavaScript apps
- Apollo Client - Apollo Client manages server-side GraphQL data in your React app so you don't have to.
- Styled Components - A library to work with css inside components.
- Jest - A library for unit test javascript code
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Thanks goes to these wonderful people
This project follows the all-contributors specification. Contributions of any kind are welcome!
This project is licensed under the MIT License - see the LICENSE site for details
- Ifactory Team
- Coders
- All our loved users