Skip to content

Commit

Permalink
Merge pull request #16 from sprabowo/master
Browse files Browse the repository at this point in the history
fix: update repo in degit script
  • Loading branch information
amoutonbrady authored Aug 17, 2021
2 parents 18f8307 + b11624d commit 17da93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can check your current version of node by typing `node -v` in your terminal.

## Quickstart

You can use the [vite-template-solid](https://github.com/amoutonbrady/vite-template-solid) starter templates similar to CRA:
You can use the [vite-template-solid](https://github.com/solidjs/templates) starter templates similar to CRA:

```bash
$ npx degit amoutonbrady/vite-template-solid/js my-project
$ cd my-project
$ npx degit solidjs/templates/js my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
$ npm run start # starts dev-server with hot-module-reloading
$ npm run build # builds to /dist
Expand Down

0 comments on commit 17da93e

Please sign in to comment.