Welcome to VictorSesma.com frontend React Repository
This App is what you see when entering to the website VictorSesma.com It is built using react as front-end part.
If is the first time you are starting the project clone the repo, install npm and then:
npm install
If you have already isntalled it it should work with only:
npm start
Note I have followed this article to manage versions and cache: https://dev.to/flexdinesh/cache-busting-a-react-app-22lk
- Install npm and nodejs
- Clone the repository (for example:
git clone git@github.com:leviatan89/victorsesma.com.git
) npm install
to download all the npm dependencies- Use any of these to commit:
npm version patch — for releases with only bug fixes
npm version minor — for releases with new features w/ or w/o bug fixes
npm version major — for major releases or breaking features
git push --tags
to update the tags.- Run
npm run build
- Copy all the files under
build
to your static web server
To update and fix library issues run: npm audit fix