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
- Host: GitHub
- URL: https://github.com/modularcode/modular-starter-node
- Owner: modularcode
- Created: 2016-06-16T02:16:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T02:44:44.000Z (over 5 years ago)
- Last Synced: 2024-05-23T09:05:37.765Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 12
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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