https://github.com/nderousseaux/star-wars
Attempt of benjamin code's "Star Wars" challenge
https://github.com/nderousseaux/star-wars
challenge vitejs web
Last synced: 3 months ago
JSON representation
Attempt of benjamin code's "Star Wars" challenge
- Host: GitHub
- URL: https://github.com/nderousseaux/star-wars
- Owner: nderousseaux
- Created: 2023-05-24T12:53:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T16:08:18.000Z (over 1 year ago)
- Last Synced: 2025-02-12T18:34:13.709Z (4 months ago)
- Topics: challenge, vitejs, web
- Language: SCSS
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# star-war
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run dev# build preview
$ npm run preview# build
$ npm run build
```