Skip to content

Commit

Permalink
Improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 4, 2023
1 parent f5eebb7 commit a4dc170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/vite-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

To set up a project with vite + react, go through the following steps:

- Create a `package.json` file

- Install dependencies:

```
Expand All @@ -10,6 +12,8 @@ To set up a project with vite + react, go through the following steps:
$ npm install squint-cljs
```

- Create a `public/index.html` page (see [public/index.html](public/index.html)).

- Create a `viteconfig.js` with the React plugin

See [viteconfig.js](viteconfig.js)
Expand Down

2 comments on commit a4dc170

@sorumehta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public/index.html link returns 404

@borkdude
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, it turned out to be an issue with .gitignore

Please sign in to comment.