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

Updated README to run locally the application #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ git clone git@github.com:atherosai/ui.git

Just navigate to the folder with your chosen example and open html file in the browser.

# For React Examples
# For Running the application

* Install npm packages
* Navigate to react-examples folder
```
npm i
```
* Run development mode
* Build the next JS code and install live server from vs code
```
npm run dev
npm run build
```
* Run the command from react-examples folder Open index.html in a browser.

Now the app is accessible at ```localhost:3000```
```
npm run dev
```
Now the app is accessible at ```http://localhost:3000,```

# My Social Media
The examples are posted here:
Expand Down