strange-labs-uk / ethereum-raffle

Simple raffle style lottery DApp
7 stars 2 forks source link

Frontend build system #28

Open binocarlos opened 6 years ago

binocarlos commented 6 years ago

The frontend needs a module loader/build system - consider using gulp so we stay out of webpack config hell.

Ideally we will have es6 with stage-1 and stage-2 using babel so we can write nice javascript.

The main point of this is to split our frontend code out into small modules to avoid a single .js file growing large and making it hard to work with.