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.development
is used when running the project..env.production
is used when building the project.