1.0.6 • Published 10 years ago

generator-react-devilish v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

React-Devilish

A devilishly simple fullstack React example. I made this because I wanted a simple, lightweight scaffold for my future web projects - it avoids being all-in-one megaproject for making the Next Big Thing™. It also servers as a "cheat-sheet" for some best practices. There's no testframework included, so you'll definitely want to get one of those yourself.

##Installing yo intsall react-devilish npm install

That's it!

The Stack

  • React
  • Flux
  • Node
  • Express
  • Bootstrap

Others

  • Browserify
  • ESLint w/AirBNB and ES6 styleguides
  • Request-Promise

Usage

  • npm run start to run nodemon & watchify in parallel
  • npm run build to build the client with browserify
  • npm run watch-client to watchify
  • npm run watch-server to nodemon
1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago