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