Bundled with Webpack
Framework: ExpressJS
Platform: NodeJS
Database: MongoDB - local
CSS precompiler: Sass
Templating: Handlebars
CSS naming conventions: BEM(Block Element Modifier)
If you do now know what BEM is, it is a life changer.
-
You need MongoDB and node installed with expressjs
-
If you want to bundle up new packages you will need webpack installed(npm i webpack -g)
-
Everything in public can be deleted. Run "webpack" or "webpack -w" to compile files in src
-
Run node start and go to http://localhost:4000/ to view.