https://github.com/relativelie/museum
https://github.com/relativelie/museum
jest-tests react typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relativelie/museum
- Owner: Relativelie
- Created: 2022-04-12T18:09:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T05:51:27.000Z (about 4 years ago)
- Last Synced: 2025-01-26T06:07:57.985Z (over 1 year ago)
- Topics: jest-tests, react, typescript
- Language: TypeScript
- Homepage: https://relativelie.github.io/museum/
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Museum site
Used:
- typescript
- react
- scss
- unit tests
Online demo: https://relativelie.github.io/museum/
## How to build
1. Clone repository
``git clone git@github.com:Relativelie/museum.git /path/to/museum``
``cd /path/to/museum ``
2. Install dependencies
``npm install ``
3. Build project
``npm run deploy``
## How to start
1. Run project
``npm start ``