Skip to content

Isomorphic TypeScript startup project for Node.JS and Browser to share codes

License

Notifications You must be signed in to change notification settings

yoshiki-okawa/isomorphic-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic.ts

Isomorphic.ts is a isomorphic TypeScript startup project for Node.JS and Browser to share codes.

Client's target is ES5 so it supports IE as well.

gulp build-prod or run command 'task build-prod' (uglify and no source map)

Build

1. Clone this project
1. npm install
1. npm install -g gulp
1. gulp build or Ctrl+Shift+B on vscode
1. node server/out.js
1. Open client/test.html in browser and check debug console

About

Isomorphic TypeScript startup project for Node.JS and Browser to share codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published