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

https://github.com/prettymuchbryce/moremodernwebapptemplate

A more modern web app template
https://github.com/prettymuchbryce/moremodernwebapptemplate

Last synced: about 7 hours ago
JSON representation

A more modern web app template

Awesome Lists containing this project

README

          

[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

###More Modern Web App Template

This is currently my go-to starter template for spinning up web stuff.

####included
* ES6
* Express
* Bootstrap
* React
* react-router
* redux
* LESS
* lodash
* webpack
* bluebird
* EJS
* superagent

### install deps
npm install

### compile frontend
npm run build

### start server
npm start

### watch
npm run watch