You can download the code and you should download dependencies before running
In the project directory, you can run:
Runs the app in the development mode.
Builds the app for production to the build
folder.
We are always open to your feedback.
After creation, your project should look like this:
public/
locales/
en/
translations.json
pl/
translations.json
theme/
css/
bootstrap.min.css
resume.css
rwd.css
devicons/
font/
font-awsome/
img/
js/
favicon-s2.ico
index.html
manifest.json
src/
components/
projects/
About.js
Awards.js
ChangeLanguage.js
Courses.js
Education.js
Experience.js
Nav.js
Projects.js
SideBar.js
Skills.js
img/
App.js
i18n.js
index.js
For the project to build, these files must exist with exact filenames:
public/index.html
is the page template;src/index.js
is the JavaScript entry point.
You can delete or rename the other files.
You may create subdirectories inside src
. For faster rebuilds, only files inside src
are processed by Webpack.