debiasej / node-react-fullstack-web-development

App to send email surveys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node React Fullstack

JavaScript Style Guide

This is a sample project that send surveys via email. This project has been developed using React and Redux to manage the app state, and express and mongoDB in the server side.

How to run this template

$ npm install

a) Run app in development mode:

Init server with NPM:

$ cd server
$ npm start

Open http://localhost:5000 in your browser (preferrably latest Chrome version)

b) Run app on a real enviroment:

Go to https://yourHerokuAppName.herokuapp.com/

Code Styleguide

  • I am use Standard JS so all developer's code is formatted the same way. Please check here how to enable it for your IDE

How to deploy to environments

  • Dev: At every commit.
  • Preproduction: git push heroku origin

About

App to send email surveys.


Languages

Language:JavaScript 92.6%Language:HTML 7.4%