/anonforms-webclient

Web client for Anonforms

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Anonforms web client - WIP

Anonforms is an online form builder, built with ReactJS and mincss.

Development

$ git clone https://github.com/aktsbot/anonforms-webclient
$ cd anonforms-webclient
$ npm install
$ npm start
  • Visit localhost:3000 to see the dev server.
  • .env.development is used when running the project.
  • .env.production is used when building the project.