Skip to content

Zsena/network_configurator

Repository files navigation

cloudcasting-network-config-generator

This is a JavaScript code project that uses the Alpine.js framework for developing interactive applications. It contains the application settings, including network settings such as Ethernet and Wi-Fi, as well as GSM network connections and proxy settings. The init() function initializes the application, and the handleIsr() and handleAndroid() functions handle the settings related to different device types. The Alpine.data() function defines the data model, whose properties are the values of the settings. The render_config() function handles the display of the data by compiling the configuration file in the appropriate format.

Getting started

git clone

npm install

Developer env

generate a /dist folder with a production build

npm run dev or npm run watch (watching all files) 

base host and port: http://localhost:3000/

Production env

generate a /dist folder with a production build

npm run prod 

This porject uses them:

Push an existing Git repository

cd existing_repo

git remote add origin
git branch -M main
git push -uf origin main

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published