Skip to content

zeitgeistf/app-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Standard Skeleton Templates for Apps

Initialization Commands

  • npm init: create a package.json file
  • npm install: download dependencies based on package.json file

Server


React App

Command Command
"start": "live-server"
"build": "babel . --out-dir compiled --watch --presets=es2015,react --ignore=node_modules,compiled --source-maps inline"

Angular App

Command Command
"start": "live-server --open=src --port=3000 --host=127.0.0.1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published