reddit-india / indianelectionmeter.github.io

Website dedicated to track promises made in Indian Elections, as suggested on reddit.com/r/india
http://indianelectionmeter.in
MIT License
40 stars 19 forks source link

Use JSX to make code maintainable, babel for transforming and using ES6 with ease. #36

Closed bogas04 closed 8 years ago

bogas04 commented 8 years ago

This was really vital step to make the code readable and be more maintainable.

Now I think it will be easy for coders to contribute, make more components and improve the site over time.

For transforming, edit the js/main.jsx and then simply run npm run build to get js/app.js. You can watch it and do it automatically in your setup.