Simple SPA application for job interview in Smarlook.com
- React - ( written in TypeScript)
- Webpack - module bundler
- Axios - promise based HTTP client
- MatertialUI - automation of development workflow
- Flexboxgrid - CSS library used for responsible layout
- SASS - CSS preprocessor
- Babel - JavaScript compiler
- react-webpack-typescript-starter - project boilerplate
npm install
npm start
Starts a web server hosting the app @ http://localhost:8080
- webpack doesn't remove HMR(Hot Module Replacement) in production version
- while loading posts, PostList isn't appealing. Should fix this mid-state
- should make better use of MaterialUI theme