https://github.com/ryan-haskell/one-north-demo
Making a web application with VueJS, express, and pug!
https://github.com/ryan-haskell/one-north-demo
express nodejs pug tutorial vue
Last synced: about 12 hours ago
JSON representation
Making a web application with VueJS, express, and pug!
- Host: GitHub
- URL: https://github.com/ryan-haskell/one-north-demo
- Owner: ryan-haskell
- Created: 2017-01-08T06:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T02:49:04.000Z (over 7 years ago)
- Last Synced: 2024-11-27T09:29:37.179Z (6 months ago)
- Topics: express, nodejs, pug, tutorial, vue
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One North Demo
> A hybrid approach for modern web applications### Local Development
1. __`npm install`__ - installs dependencies
1. __`npm run dev`__ - runs server, watches for file changes### How does he do it?
I've uploaded a series of _embarrassingly_ lengthy videos to walk you through the __entire__ design process.
__Video Links:__
1. [MVC with NodeJS](https://www.youtube.com/watch?v=YbKQQkbPE9A&index=1&list=PLuGpJqnV9DXpOLsqS00-dvRJp_iNklQ4R)
1. [Rendering Views with Pug](https://www.youtube.com/watch?v=EqQj-aYS3nE&index=2&list=PLuGpJqnV9DXpOLsqS00-dvRJp_iNklQ4R&t=535s)
1. [Advanced Features with VueJS](https://www.youtube.com/watch?v=ZbNuZMAWo-g&index=3&list=PLuGpJqnV9DXpOLsqS00-dvRJp_iNklQ4R&t=2777s)
1. [Managing State with Vuex](https://www.youtube.com/watch?v=zSd462Dq9Vk&index=4&list=PLuGpJqnV9DXpOLsqS00-dvRJp_iNklQ4R)