melitus / personal-website

:children_crossing: Improving Ux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

React JS Personal website

ReactJS Personal Website

LIVE DEMO

Start building your own website

This repo is created to demostrate how to build personal website with React.

Tech stack

Getting started

Setting up the basic environment in Node:

You will need to install Node globally if you do not have it installed already on your local drive:

sudo npm install -g

Installing Nodemon is also highly recommended as it watches for any changes that are saved and will automatically restart your application with the updated code base.

npm install nodemon -g 

Commands

yarn install to install dependencies

yarn start to run development version on browser

yarn run build to build distribution version

The steps to create a website include:

  1. File architecture
  2. Setting up the basic environment in Node
  3. Installing the React framework with create-react-app
  4. Building the basic front-end components
  5. Styling and CSS
  6. Viewing on local host
  7. Deploying on Heroku

Author

Aroh Sunday Melitus

About

:children_crossing: Improving Ux


Languages

Language:JavaScript 51.2%Language:CSS 44.0%Language:HTML 4.8%