Open ChakshuGautam opened 2 years ago
Currently, the form-controller is part of Enketo client and can live outside of it as a package. Keeping it outside of Enketo will allow for
form-controller
enketo
index.js -> index.ts
build
babel
browserify
npm install
Current status on the development of the package can be seen at : Ansh-Sarkar/form-controller
Description
Currently, the form-controller is part of Enketo client and can live outside of it as a package. Keeping it outside of Enketo will allow for
Things to implement
form-controller
as a separate package and import intoenketo
index.js -> index.ts
)build
command, automatically push the package to the NPM registrybabel
andbrowserify
to convert the nodeJS APIs to browser based APIsform-controller
package using thenpm install
command.