This is the source for my personal website hosted on Github pages 🤘
The source files are located in the react-source directory
. When the project is built from this directory, the build artifacts are stored in the project root directory. The project is structured in this way to work with Github User pages.
Enter the source directory
$ cd react-source
Install dependencies
$ npm install
Start development server
$ npm start
Generate build artifacts
$ npm run build
- HTML5
- CSS3
- JavaScript
- React.js
- Sass
- Webpack