https://github.com/logustra/test-arsitag
Frontend Technical Test from Arsitag. built with react
https://github.com/logustra/test-arsitag
axios bootstrap bootstrap4 client-side-rendering create-react-app csr font-awesome font-awesome-5 react reactjs styled-components
Last synced: 11 days ago
JSON representation
Frontend Technical Test from Arsitag. built with react
- Host: GitHub
- URL: https://github.com/logustra/test-arsitag
- Owner: logustra
- Created: 2018-03-19T05:54:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T04:38:10.000Z (about 8 years ago)
- Last Synced: 2025-03-16T08:12:49.257Z (about 1 year ago)
- Topics: axios, bootstrap, bootstrap4, client-side-rendering, create-react-app, csr, font-awesome, font-awesome-5, react, reactjs, styled-components
- Language: JavaScript
- Homepage: http://test-arsitag.herokuapp.com/
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)
* [webpack](https://webpack.js.org/)
* [sass](http://sass-lang.com/)
2. Clone repository `git clone https://github.com/logustra/test-arsitag.git`
3. CD to the folder `cd test-arsitag`
4. Run `yarn install`
5. Run `yarn start` to start development
6. Run `yarn build` to start production
7. Happy to use :)
File Structure Reference : [medium.com](https://medium.com/@alexmngn/how-to-better-organize-your-react-applications-2fd3ea1920f1)
React Binding Patterns : [medium.freecodecamp.org](https://medium.freecodecamp.org/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56)
What is Aux : [github.com](https://github.com/gajus/react-aux)