https://github.com/stylelist94/stylish-vanilla-app
Stylish Vanilla JS Single Page Application
https://github.com/stylelist94/stylish-vanilla-app
Last synced: about 1 year ago
JSON representation
Stylish Vanilla JS Single Page Application
- Host: GitHub
- URL: https://github.com/stylelist94/stylish-vanilla-app
- Owner: StyleList94
- Created: 2022-03-19T14:29:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T14:49:00.000Z (about 4 years ago)
- Last Synced: 2025-02-14T17:25:36.032Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylish Vanilla App
Stylish Vanilla JS Single Page App
## Getting Started
### Install Dependencies
```bash
npm install
```
### Run Server
#### Proudction
```bash
npm run start
```
#### Development
```bash
npm run dev
```