This is the Emaily app that helps startups send surveys via emails and record their feedback
The app is hosted live at EmailyThis app is completly built on MERN stack with some additional libraries like Redux,redux-form, MaterializeCSS, PassportJS and Stripe API to handle payments
Feel Free to pull and add features to it
Node: 9.11.1
npm: 5.7.1
- Download Zip
- Navigate to the project Directory in the terminal
- Run
npm install
oryarn install
- Navigate to the client directory in the terminal by entering
cd client
- Enter
npm install
again - Run the dev server by coming back to the root of the project by entering
cd ..
- Enter
npm run dev
and wait for the server to start - Express Server at PORT 3000 and react server at PORT 5000