Skip to content

Simple react App runing on an nodejs server. Setup react js plus node js, full-stack environment

Notifications You must be signed in to change notification settings

zvHristov/app-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

Just Simple App Setup React and Node JS in a project read and write json file.

Technologies

Project is created with:

  • React client version
  • Node Js Setup (Express Framework)

Setup

To run this project, install it locally using npm:

  1. Start the server first by running npm install, followed by npm start inside server's directory.
  2. It will print the URL that should be added
$ npm install
$ cd express-app
$ npm install
$ cd ../
$ cd ../demo-app
$ npm install
$ cd ../
$ npm start

Code Examples

It should open the : http://localhost:3000/ on your browser. If it didn't open, then manually open http://localhost:3000/

Sources

This app is inspired by pre-interview task assignment by @Tick42's

About

Simple react App runing on an nodejs server. Setup react js plus node js, full-stack environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages