Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.31 KB

README_DEV.md

File metadata and controls

47 lines (22 loc) · 1.31 KB

EasyData - instructions for contributors

Repository structure

  • 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

Getting started

To start working with EasyData repository as a contributer you will need to do the following:

Windows

  1. Install NodeJS (version 12.x or later) if it was not installed on your PC before

  2. Install .NET version 6.0 or higher

  3. Open Command Prompt (cmd) in administrator mode ("Run as adminstrator" menu item)

  4. Run setup_dev.bat script - it will do the rest

Linux or Mac

(coming soon)

Launching a playground project

  1. Open playground/EasyDataAspNetCoreTest01 project folder (or any other in the playground folder) in a command prompt window.

  2. Run watch command there to build the scripts and watch for the changes there to rebuld if necessary

  3. Open another Command Prompt in the same folder

  4. Run dotnet run command to start the demo project.

That's it. You can open the demo web app by https://localhost:5001/