Sample React App is a simple react web app that can be used as a template/starting point for working with React Web framework.
Instructions to run the Sample React App;
- Start a terminal/CMD in
~/Project-Sample/sample-react-app
directory. - Execute command
npm install
.
- Execute command
npm start
. - Open a web browser and enter
http://localhost:3000
.
- Execute command
npm test
.
- IBM Cloud Account:
- Install Node and NPM
- Start a terminal/CMD in
~/Project-Sample/sample-react-app
directory. - Execute command
npm install
andnpm run build
.
A production ready app's build folder with all dependencies will be created in the ~/Project-Sample/sample-react-app/build
directory.
The App can deployed on IBM Cloud for free with following two free services;