Skip to content

A sync Code Editor built with Angular using CRDT idea

License

Notifications You must be signed in to change notification settings

DinamoTeam/Code-Spot

Repository files navigation

Code-Spot

A sync code editor

Development setup

Download SQLite3 https://sqlite.org/download.html

Install the EF Core SQL Server provider

dotnet add package Microsoft.EntityFrameworkCore.SqlServer

Create/Update the local instance of the DB

dotnet ef database drop
dotnet ef database update

This project was generated with Angular CLI version 8.3.9.

Install the CLI using NPM (Node.js >= 10 required)

npm install -g @angular/[email protected] 

In the client's folder. Restore all NPM packages by running

npm install

Start IIS Express server through Visual Studio IDE or run this command in the project's folder

dotnet run

Run this command in the client's folder.

ng serve --open

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

A sync Code Editor built with Angular using CRDT idea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published