Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1010 Bytes

File metadata and controls

37 lines (19 loc) · 1010 Bytes

react-basic-app

Basic react app settings. You can start writing code.

This project has all files and libraries which needed to start the project.

You can edit the css in /css/styles.css file

Add images in /Images folder

Clone the repository to your local machine.

Go to Terminal and paste below code and enter

git clone https://github.com/nikith050/react-basic-app.git

Got to cloned folder >React and Install all the dependencies

npm install

All the node dependencies will be installed

In order to Run the App Type below code in terminal

npm run server

App will open at https://localhost:8080

In case if you get error somthing like this in your terminal

Module build failed: Error: dyld: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib

This can be remedied by installing the newest version of libpng with homebrew:

brew install libpng

CircleCI