Skip to content

This is a simple board/card interface for testing a well structured architecture with nodes. It was developed using JavaScript, ES6, React.js, and state of the art patterns.

License

Notifications You must be signed in to change notification settings

fullstackdeveloper918/cardgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board

I'm building a Cards app (like Trello) with the main motivation of trying the following tech. stack:

  • NodeJS (for the API and the Web App)
  • FLUX for the data flow architecture
  • ReactJS (for the view layer)
  • Webpack (for enabling common js on the web app)
  • Handlebars (using hbs to enable some sugar with partials and other stuff from Handlebars)
  • Stylus (my css precompiler)

To run the app just:

$ git clone [email protected]:rafaelchiti/board.git
$ npm install -g webpack (if you don't have it already)
$ webpack -d -w (to get webpack running and watching for changes)
$ node app.js (to get the server running)

Try it on heroku

http://board-board.herokuapp.com/

About

This is a simple board/card interface for testing a well structured architecture with nodes. It was developed using JavaScript, ES6, React.js, and state of the art patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published