Skip to content

Assignment 4 of Concepts & Structures: Internet Computing by Prof. Teresa Brooks (Pace University)

Notifications You must be signed in to change notification settings

sg99356n/react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a single page application created using ReactJS The Production built is created to run on client system To run in your client system, install node.js and then use npm command to run the build version by using below command:

change directory to the build folder in command prompt run command serve -s build The react app uploaded is of development environment and can be used to modify the functionality of the application. To do so, just upload the whole folder and include the node_modules folder which can be obtained from:

npm install -g create-react-app create-react-app my-app

The web application can be deployed to the production environment by transpiling jsx to js(this is only read by browser) by using babel and webkit.

The minified version is created under the build folder and can the ran using npm serve command.

About

Assignment 4 of Concepts & Structures: Internet Computing by Prof. Teresa Brooks (Pace University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published