Skip to content

ravitandon90/ThreeHundredDaysOfCode-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with frontend

This project hosts the code for the frontend for ThreeHundredDaysOfCode Challenge. The backend code for the server is hosted here.

Downloading The Code

git clone git@github.com:ravitandon90/ThreeHundredDaysOfCode-FE.git

The abovementioned command will download the code from github repository.

Prequisites

Before you begin install the following applications:

Git v2.35+

Node v14+

NPM v6.4+

Install all the dependencies

cd ThreeHundredDaysOfCode-FE

npm install

Available Environments

There are primarily two environments for the frontend code development:

Dev

This is the local environment on which most of the development is done.
The configuration for the development environment is present in the file `.env`.

Production

This is the production environment that powers the website. 
The configuration for the production environment is present in the file `.env.production`.

Available Scripts

In the project directory, you can run the following command to run the server locally:

npm run start:dev

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.

Deploying Code

Once the code gets merged into the main branch the code is automatically deployed to the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages