/UTDeveloper

A web site for UTdeveloper

Primary LanguageJavaScriptMIT LicenseMIT

Getting Started

You need to install git and the Clone this repo on to your local repo.

You need to install node for this project to run.Download the compartable one.

After downloading run node -v from your CML or terminal it will print the respective version you have downloaded.

We use npm for downloading node packages. As you install node.js npm will be installed with just to update the version run npm install npm@latest -g. This will install npm globally.

TO check the version of npm run npm -v.

Available Scripts

For starting the project run

npm i

This will install all the node_modules required for the project.When this is done you can see a ./node_modules folder.

In the project directory, you can run:

npm start

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

Hot module reload is build into it so the page will reload if you make edits.
You will also see any lint errors in the console. We will use this for our development.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!