An open API service indexing awesome lists of open source software.

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

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.git

cd pokemon-solid && npm install
```

### Dev mode
```shell
npm start
```

### Production mode
```shell
npm run build
```

You can access the application at http://localhost:3000