- 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 startit is going to start a server - To dev, open three terminals, and type:
npm run devClient- to start client side compilernpm run tsc- to start server side compilernpm 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
FeFB/one-framework-sample
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- TypeScript 75.1%
- JavaScript 18.0%
- HTML 6.9%