Talent is an app used for employers, future, past, and present learners, and anyone interested in Learner's Guild to see what our learners have accomplished!
Fork the Talent repo.
Clone your forked repo.
Set your remote upstream to the original repo.
You will be using React, thus, being able to work with and understand React is a must.
Knowing about Webpack and Babel would help as well.
This app also uses Redux and knowledge of Redux is required. Redux
This app uses a technique known as isomorphic rendering. For a better understanding, read this article. Isomorphic Rendering
Install the modules.
npm install
Then run the server.
npm run build
npm run update:data
npm run webpack:server
npm run start:dev
Globally install nvm, avn, and avn-nvm.
curl -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
npm install -g avn avn-nvm
avn setup
Testing for this app is being done using Jest, Enzyme, and Navalia. To run the tests, run this command.
npm test
The code for the tests is located in the tests directory.
- React - Library used to build the app.
- React Router - Library used to give React routing capabilities.
- Redux - Library used to store entire app's state.
- Webpack - Library used to bundle js, css, and html.
- Babel - Library used to compile js.
express - 4.16.2 node - 8.1.2 react - 16.0.0 redux - 3.7.2 react-router-dom - 4.2.2
Jared Grippe Zubair Ahmed Douglas Lubaway - Project Lead Patrick Kallas Sally Maki Serafin Wesnidge Aaron Villanueva Michael Klein Ryan Greenberg Judy Tuan Punit Rathore Zubair Ahmed Breyana Scales
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Stephen Grider for the framework React app.
- Punit and Judy for PR Reviews!