https://github.com/keuller/pokemon-solid
Demo of Pokemon search using solid-js
https://github.com/keuller/pokemon-solid
Last synced: 3 months ago
JSON representation
Demo of Pokemon search using solid-js
- Host: GitHub
- URL: https://github.com/keuller/pokemon-solid
- Owner: keuller
- Created: 2021-05-31T07:38:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T07:57:15.000Z (about 4 years ago)
- Last Synced: 2025-01-23T00:28:09.720Z (5 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Solid-js
This demo application of Pokemon search using [solid-js](https://github.com/solidjs/solid) UI library.
## Key features
- Use Solid-js to build UI components
- Use typescript to create the code
- Use rollup to compile and bundle the application
- Provides concepts of Global store
- Loads data from external resource### Installing dependencies
```shell
git clone https://github.com/keuller/pokemon-solid.gitcd pokemon-solid && npm install
```### Dev mode
```shell
npm start
```### Production mode
```shell
npm run build
```You can access the application at http://localhost:3000