/launch-system

:rocket: https://launch-system.herokuapp.com React/Node/Express

Primary LanguageJavaScript

Launch System

code style: prettier

Live Demo: https://launch-system.herokuapp.com

demo

Run

In the project directory, install the node modules in server and client:

yarn
yarn --cwd client

Then run the concurrently script to start both server and client:

yarn run dev

A browser will be open at http://localhost:3000

The stack

Project Structure

./                  # Node/Express Files
./client            # Client React Js Files
  ⌙ index.js        # Start Point
./client/components # Main Pages
   ⌙ Homepage.js    # Homepage Container   
./client/features   # Molecules/Organisms
./client/sass       # Styles