Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to start the application #2

Open
waqarshaikh opened this issue Jun 12, 2023 · 1 comment
Open

Not able to start the application #2

waqarshaikh opened this issue Jun 12, 2023 · 1 comment

Comments

@waqarshaikh
Copy link

Getting the below error when I try start the application using npm start

> tron-ui@0.0.0 start
> ng serve

No projects support the 'serve' target.
@Ahtritus
Copy link
Owner

Ahtritus commented Jun 12, 2023

@waqarshaikh

This is a library and you need to build it instead of starting a server. Check the watch command in package json and you will notice that a build has been created inside dist. Then clone the testing-tron-ui and after doing npm i, do npm link . Then do npm start on this testing-tron-ui project, you will see the updated components there with hot reload.

As this is still under development, the documentation is lacking, will update the Readme for better understanding.

@Ahtritus Ahtritus reopened this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants