https://github.com/faanid/modern-site
This is a example of modern site ( space theme)
https://github.com/faanid/modern-site
html-css-javascript website-design
Last synced: 5 months ago
JSON representation
This is a example of modern site ( space theme)
- Host: GitHub
- URL: https://github.com/faanid/modern-site
- Owner: faanid
- Created: 2022-11-30T04:56:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T09:42:16.000Z (over 3 years ago)
- Last Synced: 2025-11-01T04:19:01.769Z (9 months ago)
- Topics: html-css-javascript, website-design
- Language: HTML
- Homepage:
- Size: 2.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# space site
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
```
## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```