Skip to content

MoAnsir/mysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile CV

This is a portfolio CV that uses webpack and reactjs.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

you will need to have node and npm installed on your machine. check if you have them with the following

node -v 
npm -v 

if you don't see a version number then you have to install node on your machine

https://nodejs.org/en/ 

Installing

there is a package.json file that defines all the packages need for this project. All you need to do is install via npm in the project directory

npm install 

This will install all the stuff you need to run the project

To run the project locally use the following commands in the project directory

This will build our site

webpack 

This will watch for changes and rebuild our site

webpack --watch 

This will minify all our file and get it ready for production

webpack -p 

This will spawn up a server so you can view the site

webpack-dev-server 

Built With

  • Reactjs - A JAVASCRIPT LIBRARY FOR BUILDING USER INTERFACES
  • Bootstrap - framework for developing responsive, mobile first projects on the web
  • fontawesome - The iconic font and CSS toolkit

Authors

  • Mohammed Ansir

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

my site done in reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published