Skip to content

am-abazari/My-Own-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

A Personal Website made in React

React Musci Player Screenshot

Simple and optimized Personal Website ( See Demo ) . It includes:

  • React 16.5.8
  • ECMAScript 6+ and JSX support
  • Latest Webpack (v.4.16.5), Babel 7 and Webpack Dev Server (v.4.19.1) with Scope Hoisting enabled
  • ES6 linting with continuous linting on file change
  • Separate CSS stylesheets generation
  • Automatic HTML generation

Starting the dev server

Make sure you have the latest Stable or LTS version of Node.js installed.

  1. git clone https://github.com/am-abazari/My-Own-Website.git
  2. Run npm install or yarn install
  3. Start the dev server using npm start
  4. Open http://localhost:3000/

Available Commands

  • npm start - start the dev server
  • npm clean - delete the dist folder
  • npm run build - create a optimized build in build folder

Code Coverage

The project is using the Ractjs. All configurations are located in package.json, inside the jest object.

The coverage report consists of an HTML reporter, which can be viewed in the browser and some helper coverage files like the coverage json file.

About Author

Amirhossein Abazari Full-Stack Web Developer

Releases

No releases published

Packages

 
 
 

Contributors