Skip to content

Commit 46ddd4c

Browse files
authored
Update README.md
1 parent 3155fbe commit 46ddd4c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Some changes to make this works!
1515
# Running the project
1616

1717
1. Setting CodeIgniter base_url at application/config/config.php
18-
2. Install vue project dependencies: ```npm install```
19-
3. Run vue project by entering to ```frontend``` folder
20-
4. a. Development: ```npm run dev```
21-
4. b. Production: ```npm run build```
22-
5. Open the browser and go to project address, e.g. ```http://localhost/codeigniter3-vuejs3-vite-boilerplate/```
18+
2. Open Terminal/CMD and enter to ```frontend``` directory
19+
3. Install vue project dependencies: ```npm install```
20+
4. Run for development: ```npm run dev```
21+
5. Run for production: ```npm run build```
22+
6. Open the browser and go to the project address, e.g. ```http://localhost/codeigniter3-vuejs3-vite-boilerplate/```
23+
7. Enjoy!
2324

2425
Powered by [ngekoding.github.io](https://ngekoding.github.io)

0 commit comments

Comments
 (0)