ziiw / starter-electron-react

:construction: || Piece of cake setup for native apps: React, Browserify
MIT License
0 stars 0 forks source link

Starter Electron: React / Stylus / Browserify

Why ?

Yes I know it's another JS starter, but I needed a starter for my projects, a starter that I know perfectly how it works etc... If you like the way I do, don't be shy and use it ;). I will be gracefull :D.

No Tasks runner

I don't use tasks runners because I don't really need them. I used to use Gulp for my projects but I wanted something light and fast to build my starter (maybe one day I will build a task runner starter). So npm that's it :).

First launch

Installation needed for compilation:

npm install -g browserify uglify-js stylus autoprefixer-stylus

Install modules:

npm install

Start

npm start

It start the budo server, watch your styles and javascript files.

Deploy

npm run build

All you need to deploy will be in public/