Skip to content

mitulgarg/templesofindia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run: Setup the JSON backend server by running the necessary commands. File name with data is "db.json"

1) Installing JSON server package

npm install -g json-server

2) Starting server

cd backend

json-server --watch db.json --port 3030

This creates a REST API We will later access this API to GET the data in the React Application

Given Npm is available,

3) Installed Bootstrap and React-spring For Frontend:

Run Installation for React-bootstrap (For CSS) and React-Spring (For fade-in animation) to beautify the visuals of the website

npm i react-bootstrap

npm i react-spring

4) Running of React.js Frontend Server

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

THANK YOU!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors