mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-15 01:48:01 -05:00
20 lines
268 B
Markdown
20 lines
268 B
Markdown
# Basic CRUD application with Socket.IO
|
|
|
|
Please read the related [guide](https://socket.io/get-started/basic-crud-application/).
|
|
|
|
## Running the frontend
|
|
|
|
```
|
|
cd angular-client
|
|
npm install
|
|
npm start
|
|
```
|
|
|
|
### Running the server
|
|
|
|
```
|
|
cd server
|
|
npm install
|
|
npm start
|
|
```
|