Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 697 Bytes

File metadata and controls

40 lines (29 loc) · 697 Bytes

Making Sense LLC - Labs - Blog App Starter Kit

Project for create a FullStack boilerplate project to learn ReactJS using Redux over Express/Node API.

Project Information

Backend

  • Node
  • Express

Frontend

  • React
  • Redux

Testing

  • Mocha
  • Expect
  • Enzyme
  • jsdom

Javascript version

  • ECMA2015/ES6

Tools

  • Webpack

UI Libraries

  • Bootstrap
  • Toastr

Installation/Execution

Installing Project

To install please execute: npm install over the root of the project

To execute: npm start -s this will start the project doing all the tasks (lint, tests, etc, and also keeping the watcher active)

To execute for production mode (distribution) npm build