Anonforms is an online form builder, built with ReactJS and mincss.
- Setup our backend server.
$ git clone https://github.com/aktsbot/anonforms-webclient
$ cd anonforms-webclient
$ npm install
$ npm start
- Visit localhost:3000 to see the dev server.
.env.developmentis used when running the project..env.productionis used when building the project.