https://github.com/marcel-msc/react-book-list
Simple book list with Reactjs
https://github.com/marcel-msc/react-book-list
css javascript react
Last synced: about 1 month ago
JSON representation
Simple book list with Reactjs
- Host: GitHub
- URL: https://github.com/marcel-msc/react-book-list
- Owner: Marcel-MSC
- Created: 2022-04-21T13:36:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T23:17:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T15:11:40.150Z (over 1 year ago)
- Topics: css, javascript, react
- Language: HTML
- Homepage: https://reactbasictutorial2022.netlify.app
- Size: 380 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Book List App
Simple book list with Reactjs, using Open Library API for search the information
## Available Scripts
In the project directory, you can run:
### `npm i`
Install packages.
### `nvm use`
To use Node.js 20 (see .nvmrc)
### `npm start` ou `npm run dev`
Inicia o servidor de desenvolvimento com Vite.\
Abra [http://localhost:3000](http://localhost:3000) no navegador.
A página recarrega automaticamente ao salvar alterações (HMR).
### `npm run build`
Gera o build de produção na pasta `dist/`.\
O bundle é minificado e otimizado com Rollup.
### `npm run preview`
Serve localmente o conteúdo da pasta `dist/` para testar o build de produção.
### `npm run test` / `npm run test:run`
Executa os testes com Vitest (`test` em modo watch, `test:run` uma vez).