An open API service indexing awesome lists of open source software.

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

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`