📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
20
sandbox/vue_sse/vue_sse_back/README.md
Normal file
20
sandbox/vue_sse/vue_sse_back/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
### A Very Basic Set Up for Server Side Events Using Node/ExpressJS
|
||||
|
||||
This very basic project is a set up to scaffold a working backend in
|
||||
Node/ExpressJS for server side events.
|
||||
|
||||
It is a small adjustment to [Hussein Nasser's youtube video on the topic](https://www.youtube.com/watch?v=4HlNv1qpZFY).
|
||||
|
||||
__Installing and Getting Started__
|
||||
```
|
||||
git clone <this_repo_url>
|
||||
```
|
||||
```
|
||||
cd <this_repo_name>
|
||||
```
|
||||
```
|
||||
npm install
|
||||
```
|
||||
```
|
||||
npm run start
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue