generator-ttn-webapp
v1.0.3
Published
## Introduction This is the generator of a basic web app based on best practices recommended by TTN
Downloads
1
Maintainers
Readme
generator-ttn-webapp
Introduction
This is the generator of a basic web app based on best practices recommended by TTN
Getting Started
install npm
apt install install nodejs
Install yeoman package globally
npm i -g yeoman
Install ttn-generator package
npm i -g generator-ttn-webapp
Generate Template with yeoman
yo ttn-webapp
Using the template
Installing Dependencies
npm install
Using webpack
npm run build
Runing dev server
npm run dev