This is main repository for Front End Ralali project, this repository contain service for Ralali application.
Technology that used in this application is
- Node.js
- npm
- express
- reactjs
- sass
- gulp
- You need to install all of package that used on this project with command
npm install - You need to run app with command
npm startorNODE_ENV=production node node_modules/.bin/babel-node --presets 'es2015' src/server.json your terminal machine. - After your app is ready, you can access it from http://localhost:8080.
- All dummy data stored at
/src/data.json. - If you need compile react files, you can compile it with command
gulp reactorgulp react:watchfor monitoring editing. - If you need compile sass files, you can compile it with command
gulp sassorgulp sass:watchfor monitoring editing. - If you dont have gulp, you can install based on gulp repository.
This application is built on top of reactjs, but UI/UX design is strictly confidential just for internal use at Ralali projects.
@2017