Skip to content

Yi-love/koa-angular4-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-angular4-demo

this case use koa and angular4.

first

if you first time run this case. install the dependencies pkg.

npm install

please store some info to mongodb.

num run store

if don't want use mongodb ,you should modified server/index.js and routes/.

run

angualr4 use Typescript and we need package the code.

start mongodb server on you system first. sudo mongod || mongod.exe

package :

webpack

and start server:

npm start

open 127.0.0.1:3000 in browser.