Skip to content

Commit 07f555c

Browse files
authored
Update README.md
1 parent 2cda7f2 commit 07f555c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎README.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
11
# kumar045-Django-React-Image-Classification-App
2+
3+
Prerequisites
4+
Install Node JS
5+
Refer to https://nodejs.org/en/ to install nodejs
6+
7+
Install create-react-app
8+
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
9+
10+
npm install -g create-react-app
11+
Live Application URL
12+
The Application is deployed in https://aditya-sridhar.github.io/simple-reactjs-app
13+
14+
Click on the link to see the application
15+
16+
Cloning and Running the Application in local
17+
Clone the project into local
18+
19+
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
20+
21+
npm install
22+
In order to run the application Type the following command
23+
24+
npm start
25+
The Application Runs on localhost:3000

0 commit comments

Comments
 (0)