https://github.com/whatfor/nonodejs
A Super basic JS Setup including Babel, TS, SASS, and Webpack
https://github.com/whatfor/nonodejs
Last synced: 6 days ago
JSON representation
A Super basic JS Setup including Babel, TS, SASS, and Webpack
- Host: GitHub
- URL: https://github.com/whatfor/nonodejs
- Owner: WhatFor
- Created: 2020-05-26T10:14:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:02:17.000Z (over 3 years ago)
- Last Synced: 2025-10-12T15:14:27.375Z (9 months ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Super basic JS Setup including Babel, TS, SASS, and Webpack
A NodeJS-free JS app, including basic configuration to get off the ground.
### Commands
- `npm run build` ~ Compile the app
- `npm run watch` ~ Spin up a server to serve the app on `localhost:8080`