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
- Host: GitHub
- URL: https://github.com/prettymuchbryce/moremodernwebapptemplate
- Owner: prettymuchbryce
- Created: 2015-08-15T19:10:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T01:58:15.000Z (over 9 years ago)
- Last Synced: 2026-04-04T10:33:46.500Z (3 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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