https://github.com/kaf-lamed-beyt/jspl
https://github.com/kaf-lamed-beyt/jspl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaf-lamed-beyt/jspl
- Owner: kaf-lamed-beyt
- Created: 2020-07-06T20:22:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T01:34:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T05:52:15.580Z (about 1 month ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Js fundamentals
### Installation
```
npm install
```### Start Dev Server
```
npm start
```### Build Prod Version
```
npm run build
```When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.