-
easydata.js - JS (TypeScript actually) library source code
-
easydata.net - .NET library source code
-
samples - sample projects that uses compiled packages and JS files
-
playground - testing projects that work with the latest source code directly
-
tools - different build tools and scripts
To start working with EasyData repository as a contributer you will need to do the following:
-
Install NodeJS (version 12.x or later) if it was not installed on your PC before
-
Install .NET version 6.0 or higher
-
Open Command Prompt (cmd) in administrator mode ("Run as adminstrator" menu item)
-
Run
setup_dev.bat
script - it will do the rest
(coming soon)
-
Open
playground/EasyDataAspNetCoreTest01
project folder (or any other in theplayground
folder) in a command prompt window. -
Run
watch
command there to build the scripts and watch for the changes there to rebuld if necessary -
Open another Command Prompt in the same folder
-
Run
dotnet run
command to start the demo project.
That's it. You can open the demo web app by https://localhost:5001/