An open API service indexing awesome lists of open source software.

https://github.com/modularcode/modular-starter-node

Full-stack ES6 application starter | Server: NodeJs / Express / REST api / Sequelize | Client: Handlebars / SASS / webpack
https://github.com/modularcode/modular-starter-node

Last synced: 7 months ago
JSON representation

Full-stack ES6 application starter | Server: NodeJs / Express / REST api / Sequelize | Client: Handlebars / SASS / webpack

Awesome Lists containing this project

README

          

# Modular NodeJs Starter (in progress)

> The most common web app development approach had become **Server API** and **Client App** separation.
> Sometimes this approach has issues with **Search Engine Optimization** (SEO),
> and more traditional **server-side rendering** with additional **REST api** is required.
>
> That's why we've built this beautiful starter :)

## Features

- Modular and scalable file organization
- ES6 both server and client
- Clean and simple
- Server Side
- NodeJs
- Express
- SequelizeJS ORM
- REST api
- JWT
- Client Side
- Handlebars
- SASS
- Bootstrap
- Webpack