Skip to content

FeFB/one-framework-sample

 
 

Repository files navigation

  • Clone this repo with git clone https://github.com/feliperohdee/one-framework-sample.git
  • Enter into folder cd one-framework-sample
  • Install depenencies with npm install
  • Open a terminal, then: npm start it is going to start a server
  • To dev, open three terminals, and type: npm run devClient - to start client side compiler npm run tsc - to start server side compiler npm run devServer - to start server side nodemon
  • To build client bundle, type: npm run buildClient
  • After http server run, open your browser at http://localhost:3000

About

One framework sample - Simple demo at

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.1%
  • JavaScript 18.0%
  • HTML 6.9%