Skip to content

thmsmlr/frontend-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript App Template

This template is a framework agnostic template to creating new application for javascript webapps. It is intended to be customized and specialized for different frontend webapps. However, it is primarily designed for single page javascript apps. Whether it be React, Cycle.js, or any other front end framework, this template should work for you. This template will bootstrap an application with NPM for package management, WebPack for bundle management, Babel for javascript compiling, and Express for asset serving.

Usage

To install new packages to use NPM

 $ npm install --save lodash

To start a local webserver

 $ npm run start

About

Webpack + Babel + Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published