Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayakarabula/trees
https://github.com/mayakarabula/trees
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayakarabula/trees
- Owner: mayakarabula
- Created: 2022-04-14T15:50:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T15:51:44.000Z (over 2 years ago)
- Last Synced: 2024-10-24T18:33:54.345Z (21 days ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hey :)
For the project I have used:
* React
* vite for running and building
* and jest/testing-library/babel for testingTo install dependencies you can run
```
npm install
```To start the project in dev mode, website will start on port 3000 by default, run:
```
npm run dev
```To build production version, default build directory is "dist", run:
```
npm run build
```To preview the build version live (this requiers to build first), run:
```
npm run preview
```To start the tests, run:
```
npm run test
```kind regards,
Maya